#CAE999

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

Shades of Reef #CAE999

Tints of Reef #CAE999

Color information

#CAE999 (or 0xCAE999) is unknown color: approx Reef. HEX triplet: CA, E9 and 99. RGB value is (202,233,153). Sum of RGB (Red+Green+Blue) = 202+233+153=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 233 (91.41% from 255 or 39.63% from 588); Blue value is 153 (60.16% from 255 or 26.02% from 588); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE999 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE999 is #351666. Grayscale: #D6D6D6. Windows color (decimal): -3479143 or 10086858. OLE color: 10086858.

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

Color convert

RGB202233153-
CMYK0.1300.340.09
HSL83.25º64.52%75.69%-
HSV(B)83.25º34.33%91.37%-
XYZ59.2573.1341.13-
YUV214.6193.23119-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.35%
GREEN value IS 233 (91.41% from 255) = 39.63%
BLUE value IS 153 (60.16% from 255) = 26.02%
R=34.35%
G=39.63%
B=26.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2022331530.1300.340.0983.2564.5275.69
HexCAE999D022953414c
Octal3123512311504211123101114
Binary110010101110100110011001110101000101001101001110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE999; }

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

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

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

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

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

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

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

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