#CBE24C

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

Shades of Las Palmas #CBE24C

Tints of Las Palmas #CBE24C

Color information

#CBE24C (or 0xCBE24C) is unknown color: approx Las Palmas. HEX triplet: CB, E2 and 4C. RGB value is (203,226,76). Sum of RGB (Red+Green+Blue) = 203+226+76=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 226 (88.67% from 255 or 44.75% from 505); Blue value is 76 (30.08% from 255 or 15.05% from 505); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE24C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE24C is #341DB3. Grayscale: #CACACA. Windows color (decimal): -3415476 or 5038795. OLE color: 5038795.

HSL color Cylindrical-coordinate representation of color #CBE24C: hue angle of 69.2º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CBE24C is Cyan = 0.10, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB20322676-
CMYK0.1000.660.11
HSL69.2º72.12%59.22%-
HSV(B)69.2º66.37%88.63%-
XYZ53.1367.6117.09-
YUV202.0256.88128.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.20%
GREEN value IS 226 (88.67% from 255) = 44.75%
BLUE value IS 76 (30.08% from 255) = 15.05%
R=40.20%
G=44.75%
B=15.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal203226760.1000.660.1169.272.1259.22
HexCBE24CA042B45483b
Octal3133421141201021310511073
Binary11001011111000101001100101001000010101110001011001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE24C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE24C; }

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

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

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

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

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

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

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

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