#CBE249

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

Shades of Las Palmas #CBE249

Tints of Las Palmas #CBE249

Color information

#CBE249 (or 0xCBE249) is unknown color: approx Las Palmas. HEX triplet: CB, E2 and 49. RGB value is (203,226,73). Sum of RGB (Red+Green+Blue) = 203+226+73=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 226 (88.67% from 255 or 45.02% from 502); Blue value is 73 (28.91% from 255 or 14.54% from 502); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE249 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE249 is #341DB6. Grayscale: #CACACA. Windows color (decimal): -3415479 or 4842187. OLE color: 4842187.

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

Color convert

RGB20322673-
CMYK0.1000.680.11
HSL69.02º72.51%58.63%-
HSV(B)69.02º67.7%88.63%-
XYZ53.0367.5716.55-
YUV201.6855.38128.94-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.44%
GREEN value IS 226 (88.67% from 255) = 45.02%
BLUE value IS 73 (28.91% from 255) = 14.54%
R=40.44%
G=45.02%
B=14.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal203226730.1000.680.1169.0272.5158.63
HexCBE249A044B45493b
Octal3133421111201041310511173
Binary11001011111000101001001101001000100101110001011001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE249; }

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

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

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

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

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

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

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

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