Shades of Hint Of Green #DEF1D0
Tints of Hint Of Green #DEF1D0
RGB
CMYK
RGB Variations
Color information
#DEF1D0 (or 0xDEF1D0) is known color: Hint Of Green. HEX triplet: DE, F1 and D0. RGB value is (222,241,208). Sum of RGB (Red+Green+Blue) = 222+241+208=671 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.08% from 671); Green value is 241 (94.53% from 255 or 35.92% from 671); Blue value is 208 (81.64% from 255 or 31.00% from 671); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF1D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF1D0 is #210E2F. Grayscale: #E7E7E7. Windows color (decimal): -2166320 or 13693406. OLE color: 13693406.
HSL color Cylindrical-coordinate representation of color #DEF1D0: hue angle of 94.55º degrees, saturation: 0.54, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DEF1D0 is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 241 | 208 | - |
| CMYK | 0.08 | 0 | 0.14 | 0.05 |
| HSL | 94.55º | 0.54% | 0.88% | - |
| HSV(B) | 94.55º | 0.14% | 0.95% | - |
| XYZ | 72.96 | 82.99 | 71.85 | - |
| YUV | 231.56 | 114.71 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 241 | 208 | 0.08 | 0 | 0.14 | 0.05 | 94.55 | 0.54 | 0.88 |
| Hex | DE | F1 | D0 | 8 | 0 | E | 5 | 5F | 36 | 58 |
| Octal | 336 | 361 | 320 | 10 | 0 | 16 | 5 | 137 | 66 | 130 |
| Binary | 11011110 | 11110001 | 11010000 | 1000 | 0 | 1110 | 101 | 1011111 | 110110 | 1011000 |
Color Harmonies of #DEF1D0
Complementary color
Monochromatic Colors of #DEF1D0
Black with #DEF1D0
Text Example
Text Example
White with #DEF1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF1D0; }
p { color: rgb(222,241,208); }
H1.HeaderClassName
{
color: #DEF1D0;
}
.AnyTagClassName
{
color: #DEF1D0;
}
</style>
background-color css
<style>
a { background-color: #DEF1D0; }
a { background-color: rgb(222,241,208); }
div.DivClassName
{
background-color: #DEF1D0;
}
.BgClassName
{
background-color: #DEF1D0;
}
</style>
border-color css
<style>
span { border-color: #DEF1D0; }
span { border-color: rgb(222,241,208); }
td.TdClassName
{
border-color: #DEF1D0;
}
.TagClassName
{
border-color: #DEF1D0;
}
</style>