#BFEA43

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

Shades of Las Palmas #BFEA43

Tints of Las Palmas #BFEA43

Color information

#BFEA43 (or 0xBFEA43) is unknown color: approx Las Palmas. HEX triplet: BF, EA and 43. RGB value is (191,234,67). Sum of RGB (Red+Green+Blue) = 191+234+67=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 234 (91.80% from 255 or 47.56% from 492); Blue value is 67 (26.56% from 255 or 13.62% from 492); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEA43 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEA43 is #4015BC. Grayscale: #CACACA. Windows color (decimal): -4199869 or 4451007. OLE color: 4451007.

HSL color Cylindrical-coordinate representation of color #BFEA43: hue angle of 75.45º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BFEA43 is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB19123467-
CMYK0.1800.710.08
HSL75.45º79.9%59.02%-
HSV(B)75.45º71.37%91.76%-
XYZ51.9270.3316.15-
YUV202.151.75120.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.82%
GREEN value IS 234 (91.80% from 255) = 47.56%
BLUE value IS 67 (26.56% from 255) = 13.62%
R=38.82%
G=47.56%
B=13.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal191234670.1800.710.0875.4579.959.02
HexBFEA431204784b503b
Octal2773521032201071011312073
Binary101111111110101010000111001001000111100010010111010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEA43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEA43; }

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

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

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

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

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

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

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

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