#CBE542

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

Shades of Las Palmas #CBE542

Tints of Las Palmas #CBE542

Color information

#CBE542 (or 0xCBE542) is unknown color: approx Las Palmas. HEX triplet: CB, E5 and 42. RGB value is (203,229,66). Sum of RGB (Red+Green+Blue) = 203+229+66=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 229 (89.84% from 255 or 45.98% from 498); Blue value is 66 (26.17% from 255 or 13.25% from 498); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE542 is #341ABD. Grayscale: #CBCBCB. Windows color (decimal): -3414718 or 4384203. OLE color: 4384203.

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

Color convert

RGB20322966-
CMYK0.1100.710.10
HSL69.57º75.81%57.84%-
HSV(B)69.57º71.18%89.8%-
XYZ53.6369.1315.67-
YUV202.6450.89128.25-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.76%
GREEN value IS 229 (89.84% from 255) = 45.98%
BLUE value IS 66 (26.17% from 255) = 13.25%
R=40.76%
G=45.98%
B=13.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal203229660.1100.710.1069.5775.8157.84
HexCBE542B047A464c3a
Octal3133451021301071210611472
Binary11001011111001011000010101101000111101010001101001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE542; }

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

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

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

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

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

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

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

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