#CAE995

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

Shades of Reef #CAE995

Tints of Reef #CAE995

Color information

#CAE995 (or 0xCAE995) is unknown color: approx Reef. HEX triplet: CA, E9 and 95. RGB value is (202,233,149). Sum of RGB (Red+Green+Blue) = 202+233+149=584 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.59% from 584); Green value is 233 (91.41% from 255 or 39.90% from 584); Blue value is 149 (58.59% from 255 or 25.51% from 584); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE995 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE995 is #35166A. Grayscale: #D6D6D6. Windows color (decimal): -3479147 or 9824714. OLE color: 9824714.

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

Color convert

RGB202233149-
CMYK0.1300.360.09
HSL82.14º65.62%74.9%-
HSV(B)82.14º36.05%91.37%-
XYZ58.927339.42-
YUV214.1591.23119.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.59%
GREEN value IS 233 (91.41% from 255) = 39.90%
BLUE value IS 149 (58.59% from 255) = 25.51%
R=34.59%
G=39.90%
B=25.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2022331490.1300.360.0982.1465.6274.9
HexCAE995D024952424b
Octal3123512251504411122102113
Binary110010101110100110010101110101001001001101001010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE995; }

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

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

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

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

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

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

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

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