#BFE33C

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

Shades of Las Palmas #BFE33C

Tints of Las Palmas #BFE33C

Color information

#BFE33C (or 0xBFE33C) is unknown color: approx Las Palmas. HEX triplet: BF, E3 and 3C. RGB value is (191,227,60). Sum of RGB (Red+Green+Blue) = 191+227+60=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 227 (89.06% from 255 or 47.49% from 478); Blue value is 60 (23.83% from 255 or 12.55% from 478); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE33C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE33C is #401CC3. Grayscale: #C5C5C5. Windows color (decimal): -4201668 or 3990463. OLE color: 3990463.

HSL color Cylindrical-coordinate representation of color #BFE33C: hue angle of 72.93º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BFE33C is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.

Color convert

RGB19122760-
CMYK0.1600.740.11
HSL72.93º74.89%56.27%-
HSV(B)72.93º73.57%89.02%-
XYZ49.7766.3414.46-
YUV197.250.57123.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.96%
GREEN value IS 227 (89.06% from 255) = 47.49%
BLUE value IS 60 (23.83% from 255) = 12.55%
R=39.96%
G=47.49%
B=12.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal191227600.1600.740.1172.9374.8956.27
HexBFE33C1004AB494b38
Octal277343742001121311111370
Binary10111111111000111111001000001001010101110010011001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE33C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE33C; }

 p { color: rgb(191,227,60); }

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

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

 a { background-color: rgb(191,227,60); }

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

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

 span { border-color: rgb(191,227,60); }

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