#CBE540

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

Shades of Las Palmas #CBE540

Tints of Las Palmas #CBE540

Color information

#CBE540 (or 0xCBE540) is unknown color: approx Las Palmas. HEX triplet: CB, E5 and 40. RGB value is (203,229,64). Sum of RGB (Red+Green+Blue) = 203+229+64=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 229 (89.84% from 255 or 46.17% from 496); Blue value is 64 (25.39% from 255 or 12.90% from 496); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE540 is #341ABF. Grayscale: #CBCBCB. Windows color (decimal): -3414720 or 4253131. OLE color: 4253131.

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

Color convert

RGB20322964-
CMYK0.1100.720.10
HSL69.45º76.04%57.45%-
HSV(B)69.45º72.05%89.8%-
XYZ53.5769.1115.37-
YUV202.4249.89128.42-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.93%
GREEN value IS 229 (89.84% from 255) = 46.17%
BLUE value IS 64 (25.39% from 255) = 12.90%
R=40.93%
G=46.17%
B=12.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal203229640.1100.720.1069.4576.0457.45
HexCBE540B048A454c39
Octal3133451001301101210511471
Binary11001011111001011000000101101001000101010001011001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE540; }

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

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

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

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

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

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

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

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