#CAE79D

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

Shades of Reef #CAE79D

Tints of Reef #CAE79D

Color information

#CAE79D (or 0xCAE79D) is unknown color: approx Reef. HEX triplet: CA, E7 and 9D. RGB value is (202,231,157). Sum of RGB (Red+Green+Blue) = 202+231+157=590 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.24% from 590); Green value is 231 (90.62% from 255 or 39.15% from 590); Blue value is 157 (61.72% from 255 or 26.61% from 590); Max value from RGB is 231 - color contains mainly: green. Hex color #CAE79D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE79D is #351862. Grayscale: #D6D6D6. Windows color (decimal): -3479651 or 10348490. OLE color: 10348490.

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

Color convert

RGB202231157-
CMYK0.1300.320.09
HSL83.51º60.66%76.08%-
HSV(B)83.51º32.03%90.59%-
XYZ59.0272.1442.71-
YUV213.8995.89119.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.24%
GREEN value IS 231 (90.62% from 255) = 39.15%
BLUE value IS 157 (61.72% from 255) = 26.61%
R=34.24%
G=39.15%
B=26.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2022311570.1300.320.0983.5160.6676.08
HexCAE79DD0209543d4c
Octal312347235150401112475114
Binary11001010111001111001110111010100000100110101001111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE79D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE79D; }

 p { color: rgb(202,231,157); }

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

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

 a { background-color: rgb(202,231,157); }

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

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

 span { border-color: rgb(202,231,157); }

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