#CAE991

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

Shades of Reef #CAE991

Tints of Reef #CAE991

Color information

#CAE991 (or 0xCAE991) is unknown color: approx Reef. HEX triplet: CA, E9 and 91. RGB value is (202,233,145). Sum of RGB (Red+Green+Blue) = 202+233+145=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 233 (91.41% from 255 or 40.17% from 580); Blue value is 145 (57.03% from 255 or 25% from 580); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE991 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE991 is #35166E. Grayscale: #D6D6D6. Windows color (decimal): -3479151 or 9562570. OLE color: 9562570.

HSL color Cylindrical-coordinate representation of color #CAE991: hue angle of 81.14º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CAE991 is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB202233145-
CMYK0.1300.380.09
HSL81.14º66.67%74.12%-
HSV(B)81.14º37.77%91.37%-
XYZ58.6172.8837.77-
YUV213.789.23119.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.83%
GREEN value IS 233 (91.41% from 255) = 40.17%
BLUE value IS 145 (57.03% from 255) = 25%
R=34.83%
G=40.17%
B=25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2022331450.1300.380.0981.1466.6774.12
HexCAE991D026951434a
Octal3123512211504611121103112
Binary110010101110100110010001110101001101001101000110000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE991; }

 p { color: rgb(202,233,145); }

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

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

 a { background-color: rgb(202,233,145); }

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

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

 span { border-color: rgb(202,233,145); }

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