#DEF0A0

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

Shades of Reef #DEF0A0

Tints of Reef #DEF0A0

Color information

#DEF0A0 (or 0xDEF0A0) is unknown color: approx Reef. HEX triplet: DE, F0 and A0. RGB value is (222,240,160). Sum of RGB (Red+Green+Blue) = 222+240+160=622 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.69% from 622); Green value is 240 (94.14% from 255 or 38.59% from 622); Blue value is 160 (62.89% from 255 or 25.72% from 622); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF0A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF0A0 is #210F5F. Grayscale: #E1E1E1. Windows color (decimal): -2166624 or 10547422. OLE color: 10547422.

HSL color Cylindrical-coordinate representation of color #DEF0A0: hue angle of 73.5º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DEF0A0 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB222240160-
CMYK0.0800.330.06
HSL73.5º72.73%78.43%-
HSV(B)73.5º33.33%94.12%-
XYZ67.6380.3945.21-
YUV225.591.04125.5-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.69%
GREEN value IS 240 (94.14% from 255) = 38.59%
BLUE value IS 160 (62.89% from 255) = 25.72%
R=35.69%
G=38.59%
B=25.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2222401600.0800.330.0673.572.7378.43
HexDEF0A0802164a494e
Octal336360240100416112111116
Binary11011110111100001010000010000100001110100101010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF0A0; }

 p { color: rgb(222,240,160); }

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

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

 a { background-color: rgb(222,240,160); }

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

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

 span { border-color: rgb(222,240,160); }

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