#DEF2A9

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

Shades of Reef #DEF2A9

Tints of Reef #DEF2A9

Color information

#DEF2A9 (or 0xDEF2A9) is unknown color: approx Reef. HEX triplet: DE, F2 and A9. RGB value is (222,242,169). Sum of RGB (Red+Green+Blue) = 222+242+169=633 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.07% from 633); Green value is 242 (94.92% from 255 or 38.23% from 633); Blue value is 169 (66.41% from 255 or 26.70% from 633); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF2A9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF2A9 is #210D56. Grayscale: #E3E3E3. Windows color (decimal): -2166103 or 11137758. OLE color: 11137758.

HSL color Cylindrical-coordinate representation of color #DEF2A9: hue angle of 76.44º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEF2A9 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB222242169-
CMYK0.0800.300.05
HSL76.44º73.74%80.59%-
HSV(B)76.44º30.17%94.9%-
XYZ69.0481.949.71-
YUV227.794.87123.94-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.07%
GREEN value IS 242 (94.92% from 255) = 38.23%
BLUE value IS 169 (66.41% from 255) = 26.70%
R=35.07%
G=38.23%
B=26.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2222421690.0800.300.0576.4473.7480.59
HexDEF2A9801E54c4a51
Octal336362251100365114112121
Binary1101111011110010101010011000011110101100110010010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF2A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF2A9; }

 p { color: rgb(222,242,169); }

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

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

 a { background-color: rgb(222,242,169); }

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

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

 span { border-color: rgb(222,242,169); }

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