#CBE54C

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

Shades of Las Palmas #CBE54C

Tints of Las Palmas #CBE54C

Color information

#CBE54C (or 0xCBE54C) is unknown color: approx Las Palmas. HEX triplet: CB, E5 and 4C. RGB value is (203,229,76). Sum of RGB (Red+Green+Blue) = 203+229+76=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 229 (89.84% from 255 or 45.08% from 508); Blue value is 76 (30.08% from 255 or 14.96% from 508); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE54C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE54C is #341AB3. Grayscale: #CCCCCC. Windows color (decimal): -3414708 or 5039563. OLE color: 5039563.

HSL color Cylindrical-coordinate representation of color #CBE54C: hue angle of 70.2º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CBE54C is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB20322976-
CMYK0.1100.670.10
HSL70.2º74.63%59.8%-
HSV(B)70.2º66.81%89.8%-
XYZ53.9569.2617.36-
YUV203.7855.89127.44-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.96%
GREEN value IS 229 (89.84% from 255) = 45.08%
BLUE value IS 76 (30.08% from 255) = 14.96%
R=39.96%
G=45.08%
B=14.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal203229760.1100.670.1070.274.6359.8
HexCBE54CB043A464b3c
Octal3133451141301031210611374
Binary11001011111001011001100101101000011101010001101001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE54C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE54C; }

 p { color: rgb(203,229,76); }

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

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

 a { background-color: rgb(203,229,76); }

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

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

 span { border-color: rgb(203,229,76); }

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