#CAF29D

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

Shades of Reef #CAF29D

Tints of Reef #CAF29D

Color information

#CAF29D (or 0xCAF29D) is unknown color: approx Reef. HEX triplet: CA, F2 and 9D. RGB value is (202,242,157). Sum of RGB (Red+Green+Blue) = 202+242+157=601 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.61% from 601); Green value is 242 (94.92% from 255 or 40.27% from 601); Blue value is 157 (61.72% from 255 or 26.12% from 601); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF29D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF29D is #350D62. Grayscale: #DCDCDC. Windows color (decimal): -3476835 or 10351306. OLE color: 10351306.

HSL color Cylindrical-coordinate representation of color #CAF29D: hue angle of 88.24º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CAF29D is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB202242157-
CMYK0.1700.350.05
HSL88.24º76.58%78.24%-
HSV(B)88.24º35.12%94.9%-
XYZ62.278.543.77-
YUV220.3592.25114.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.61%
GREEN value IS 242 (94.92% from 255) = 40.27%
BLUE value IS 157 (61.72% from 255) = 26.12%
R=33.61%
G=40.27%
B=26.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022421570.1700.350.0588.2476.5878.24
HexCAF29D110235584d4e
Octal312362235210435130115116
Binary110010101111001010011101100010100011101101100010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF29D; }

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

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

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

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

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

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

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

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