#CAE845

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

Shades of Las Palmas #CAE845

Tints of Las Palmas #CAE845

Color information

#CAE845 (or 0xCAE845) is unknown color: approx Las Palmas. HEX triplet: CA, E8 and 45. RGB value is (202,232,69). Sum of RGB (Red+Green+Blue) = 202+232+69=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 232 (91.02% from 255 or 46.12% from 503); Blue value is 69 (27.34% from 255 or 13.72% from 503); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE845 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAE845 is #3517BA. Grayscale: #CDCDCD. Windows color (decimal): -3479483 or 4581578. OLE color: 4581578.

HSL color Cylindrical-coordinate representation of color #CAE845: hue angle of 71.04º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CAE845 is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB20223269-
CMYK0.1300.700.09
HSL71.04º77.99%59.02%-
HSV(B)71.04º70.26%90.98%-
XYZ54.2970.716.42-
YUV204.4551.56126.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.16%
GREEN value IS 232 (91.02% from 255) = 46.12%
BLUE value IS 69 (27.34% from 255) = 13.72%
R=40.16%
G=46.12%
B=13.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal202232690.1300.700.0971.0477.9959.02
HexCAE845D0469474e3b
Octal3123501051501061110711673
Binary11001010111010001000101110101000110100110001111001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE845; }

 p { color: rgb(202,232,69); }

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

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

 a { background-color: rgb(202,232,69); }

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

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

 span { border-color: rgb(202,232,69); }

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