#BFE942

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

Shades of Las Palmas #BFE942

Tints of Las Palmas #BFE942

Color information

#BFE942 (or 0xBFE942) is unknown color: approx Las Palmas. HEX triplet: BF, E9 and 42. RGB value is (191,233,66). Sum of RGB (Red+Green+Blue) = 191+233+66=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 233 (91.41% from 255 or 47.55% from 490); Blue value is 66 (26.17% from 255 or 13.47% from 490); Max value from RGB is 233 - color contains mainly: green. Hex color #BFE942 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFE942 is #4016BD. Grayscale: #CACACA. Windows color (decimal): -4200126 or 4385215. OLE color: 4385215.

HSL color Cylindrical-coordinate representation of color #BFE942: hue angle of 75.09º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BFE942 is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB19123366-
CMYK0.1800.720.09
HSL75.09º79.15%58.63%-
HSV(B)75.09º71.67%91.37%-
XYZ51.6169.7515.9-
YUV201.451.59120.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.98%
GREEN value IS 233 (91.41% from 255) = 47.55%
BLUE value IS 66 (26.17% from 255) = 13.47%
R=38.98%
G=47.55%
B=13.47%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal191233660.1800.720.0975.0979.1558.63
HexBFE9421204894b4f3b
Octal2773511022201101111311773
Binary101111111110100110000101001001001000100110010111001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE942; }

 p { color: rgb(191,233,66); }

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

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

 a { background-color: rgb(191,233,66); }

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

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

 span { border-color: rgb(191,233,66); }

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