Shades of Hint Of Green #DEF4D0
Tints of Hint Of Green #DEF4D0
RGB
CMYK
RGB Variations
Color information
#DEF4D0 (or 0xDEF4D0) is known color: Hint Of Green. HEX triplet: DE, F4 and D0. RGB value is (222,244,208). Sum of RGB (Red+Green+Blue) = 222+244+208=674 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.94% from 674); Green value is 244 (95.70% from 255 or 36.20% from 674); Blue value is 208 (81.64% from 255 or 30.86% from 674); Max value from RGB is 244 - color contains mainly: green. Hex color #DEF4D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF4D0 is #210B2F. Grayscale: #E9E9E9. Windows color (decimal): -2165552 or 13694174. OLE color: 13694174.
HSL color Cylindrical-coordinate representation of color #DEF4D0: hue angle of 96.67º degrees, saturation: 0.62, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DEF4D0 is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
RGB | 222 | 244 | 208 | - |
CMYK | 0.09 | 0 | 0.15 | 0.04 |
HSL | 96.67º | 0.62% | 0.89% | - |
HSV(B) | 96.67º | 0.15% | 0.96% | - |
XYZ | 73.86 | 84.79 | 72.15 | - |
YUV | 233.32 | 113.71 | 119.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 244 | 208 | 0.09 | 0 | 0.15 | 0.04 | 96.67 | 0.62 | 0.89 |
Hex | DE | F4 | D0 | 9 | 0 | F | 4 | 61 | 3E | 59 |
Octal | 336 | 364 | 320 | 11 | 0 | 17 | 4 | 141 | 76 | 131 |
Binary | 11011110 | 11110100 | 11010000 | 1001 | 0 | 1111 | 100 | 1100001 | 111110 | 1011001 |
Color Harmonies of #DEF4D0
Complementary color
Monochromatic Colors of #DEF4D0
Black with #DEF4D0
Text Example
Text Example
White with #DEF4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF4D0; }
p { color: rgb(222,244,208); }
H1.HeaderClassName
{
color: #DEF4D0;
}
.AnyTagClassName
{
color: #DEF4D0;
}
</style>
background-color css
<style>
a { background-color: #DEF4D0; }
a { background-color: rgb(222,244,208); }
div.DivClassName
{
background-color: #DEF4D0;
}
.BgClassName
{
background-color: #DEF4D0;
}
</style>
border-color css
<style>
span { border-color: #DEF4D0; }
span { border-color: rgb(222,244,208); }
td.TdClassName
{
border-color: #DEF4D0;
}
.TagClassName
{
border-color: #DEF4D0;
}
</style>