Shades of Hint Of Green #DEF2D7
Tints of Hint Of Green #DEF2D7
RGB
CMYK
RGB Variations
Color information
#DEF2D7 (or 0xDEF2D7) is known color: Hint Of Green. HEX triplet: DE, F2 and D7. RGB value is (222,242,215). Sum of RGB (Red+Green+Blue) = 222+242+215=679 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.70% from 679); Green value is 242 (94.92% from 255 or 35.64% from 679); Blue value is 215 (84.38% from 255 or 31.66% from 679); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF2D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF2D7 is #210D28. Grayscale: #E9E9E9. Windows color (decimal): -2166057 or 14152414. OLE color: 14152414.
HSL color Cylindrical-coordinate representation of color #DEF2D7: hue angle of 104.44º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DEF2D7 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 242 | 215 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.05 |
| HSL | 104.44º | 0.51% | 0.9% | - |
| HSV(B) | 104.44º | 0.11% | 0.95% | - |
| XYZ | 74.14 | 83.94 | 76.58 | - |
| YUV | 232.94 | 117.87 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 242 | 215 | 0.08 | 0 | 0.11 | 0.05 | 104.44 | 0.51 | 0.9 |
| Hex | DE | F2 | D7 | 8 | 0 | B | 5 | 68 | 33 | 5A |
| Octal | 336 | 362 | 327 | 10 | 0 | 13 | 5 | 150 | 63 | 132 |
| Binary | 11011110 | 11110010 | 11010111 | 1000 | 0 | 1011 | 101 | 1101000 | 110011 | 1011010 |
Color Harmonies of #DEF2D7
Complementary color
Monochromatic Colors of #DEF2D7
Black with #DEF2D7
Text Example
Text Example
White with #DEF2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF2D7; }
p { color: rgb(222,242,215); }
H1.HeaderClassName
{
color: #DEF2D7;
}
.AnyTagClassName
{
color: #DEF2D7;
}
</style>
background-color css
<style>
a { background-color: #DEF2D7; }
a { background-color: rgb(222,242,215); }
div.DivClassName
{
background-color: #DEF2D7;
}
.BgClassName
{
background-color: #DEF2D7;
}
</style>
border-color css
<style>
span { border-color: #DEF2D7; }
span { border-color: rgb(222,242,215); }
td.TdClassName
{
border-color: #DEF2D7;
}
.TagClassName
{
border-color: #DEF2D7;
}
</style>