#CAE59A

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

Shades of Reef #CAE59A

Tints of Reef #CAE59A

Color information

#CAE59A (or 0xCAE59A) is unknown color: approx Reef. HEX triplet: CA, E5 and 9A. RGB value is (202,229,154). Sum of RGB (Red+Green+Blue) = 202+229+154=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 229 (89.84% from 255 or 39.15% from 585); Blue value is 154 (60.55% from 255 or 26.32% from 585); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE59A is #351A65. Grayscale: #D4D4D4. Windows color (decimal): -3480166 or 10151370. OLE color: 10151370.

HSL color Cylindrical-coordinate representation of color #CAE59A: hue angle of 81.6º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CAE59A is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB202229154-
CMYK0.1200.330.10
HSL81.6º59.06%75.1%-
HSV(B)81.6º32.75%89.8%-
XYZ58.2170.9341.19-
YUV212.3895.05120.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.53%
GREEN value IS 229 (89.84% from 255) = 39.15%
BLUE value IS 154 (60.55% from 255) = 26.32%
R=34.53%
G=39.15%
B=26.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2022291540.1200.330.1081.659.0675.1
HexCAE59AC021A523b4b
Octal312345232140411212273113
Binary11001010111001011001101011000100001101010100101110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE59A; }

 p { color: rgb(202,229,154); }

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

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

 a { background-color: rgb(202,229,154); }

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

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

 span { border-color: rgb(202,229,154); }

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