#bfed32

Color #BFED32 Las Palmas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Las Palmas #BFED32

Tints of Las Palmas #BFED32

Color information

#BFED32 (or 0xBFED32) is unknown color: approx Las Palmas. HEX triplet: BF, ED and 32. RGB value is (191,237,50). Sum of RGB (Red+Green+Blue) = 191+237+50=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 237 (92.97% from 255 or 49.58% from 478); Blue value is 50 (19.92% from 255 or 10.46% from 478); Max value from RGB is 237 - color contains mainly: green. Hex color #BFED32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFED32 is #4012CD. Grayscale: #CACACA. Windows color (decimal): -4199118 or 3337663. OLE color: 3337663.

HSL color Cylindrical-coordinate representation of color #BFED32: hue angle of 74.76º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BFED32 is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB19123750-
CMYK0.1900.790.07
HSL74.76º83.86%56.27%-
HSV(B)74.76º78.9%92.94%-
XYZ52.3571.8814.13-
YUV201.9342.26120.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 39.96%
GREEN value IS 237 (92.97% from 255) = 49.58%
BLUE value IS 50 (19.92% from 255) = 10.46%
R=39.96%
G=49.58%
B=10.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal191237500.1900.790.0774.7683.8656.27
HexBFED321304F74b5438
Octal27735562230117711312470
Binary1011111111101101110010100110100111111110010111010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bfed32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bfed32; }

 p { color: rgb(191,237,50); }

 H1.HeaderClassName
 {
   color: #bfed32;
 }
 .AnyTagClassName
 {
   color: #bfed32;
 }
</style>
background-color css

<style>
 a { background-color: #bfed32; }

 a { background-color: rgb(191,237,50); }

 div.DivClassName
 {
   background-color: #bfed32;
 }
 .BgClassName
 {
   background-color: #bfed32;
 }
</style>
border-color css

<style>
 span { border-color: #bfed32; }

 span { border-color: rgb(191,237,50); }

 td.TdClassName
 {
   border-color: #bfed32;
 }
 .TagClassName
 {
   border-color: #bfed32;
 }
</style>