#BFE043

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

Shades of Las Palmas #BFE043

Tints of Las Palmas #BFE043

Color information

#BFE043 (or 0xBFE043) is unknown color: approx Las Palmas. HEX triplet: BF, E0 and 43. RGB value is (191,224,67). Sum of RGB (Red+Green+Blue) = 191+224+67=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 224 (87.89% from 255 or 46.47% from 482); Blue value is 67 (26.56% from 255 or 13.90% from 482); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE043 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE043 is #401FBC. Grayscale: #C4C4C4. Windows color (decimal): -4202429 or 4448447. OLE color: 4448447.

HSL color Cylindrical-coordinate representation of color #BFE043: hue angle of 72.61º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BFE043 is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB19122467-
CMYK0.1500.700.12
HSL72.61º71.69%57.06%-
HSV(B)72.61º70.09%87.84%-
XYZ49.1564.7915.23-
YUV196.2455.07124.27-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.63%
GREEN value IS 224 (87.89% from 255) = 46.47%
BLUE value IS 67 (26.56% from 255) = 13.90%
R=39.63%
G=46.47%
B=13.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal191224670.1500.700.1272.6171.6957.06
HexBFE043F046C494839
Octal2773401031701061411111071
Binary10111111111000001000011111101000110110010010011001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE043; }

 p { color: rgb(191,224,67); }

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

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

 a { background-color: rgb(191,224,67); }

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

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

 span { border-color: rgb(191,224,67); }

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