Shades of Hint Of Green #DEFED0
Tints of Hint Of Green #DEFED0
RGB
CMYK
RGB Variations
Color information
#DEFED0 (or 0xDEFED0) is known color: Hint Of Green. HEX triplet: DE, FE and D0. RGB value is (222,254,208). Sum of RGB (Red+Green+Blue) = 222+254+208=684 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.46% from 684); Green value is 254 (99.61% from 255 or 37.13% from 684); Blue value is 208 (81.64% from 255 or 30.41% from 684); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFED0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFED0 is #21012F. Grayscale: #EFEFEF. Windows color (decimal): -2162992 or 13696734. OLE color: 13696734.
HSL color Cylindrical-coordinate representation of color #DEFED0: hue angle of 101.74º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DEFED0 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 254 | 208 | - |
| CMYK | 0.13 | 0 | 0.18 | 0.00 |
| HSL | 101.74º | 0.96% | 0.91% | - |
| HSV(B) | 101.74º | 0.18% | 1% | - |
| XYZ | 76.95 | 90.97 | 73.18 | - |
| YUV | 239.19 | 110.4 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 254 | 208 | 0.13 | 0 | 0.18 | 0.00 | 101.74 | 0.96 | 0.91 |
| Hex | DE | FE | D0 | D | 0 | 12 | 0 | 66 | 60 | 5B |
| Octal | 336 | 376 | 320 | 15 | 0 | 22 | 0 | 146 | 140 | 133 |
| Binary | 11011110 | 11111110 | 11010000 | 1101 | 0 | 10010 | 0 | 1100110 | 1100000 | 1011011 |
Color Harmonies of #DEFED0
Complementary color
Monochromatic Colors of #DEFED0
Black with #DEFED0
Text Example
Text Example
White with #DEFED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFED0; }
p { color: rgb(222,254,208); }
H1.HeaderClassName
{
color: #DEFED0;
}
.AnyTagClassName
{
color: #DEFED0;
}
</style>
background-color css
<style>
a { background-color: #DEFED0; }
a { background-color: rgb(222,254,208); }
div.DivClassName
{
background-color: #DEFED0;
}
.BgClassName
{
background-color: #DEFED0;
}
</style>
border-color css
<style>
span { border-color: #DEFED0; }
span { border-color: rgb(222,254,208); }
td.TdClassName
{
border-color: #DEFED0;
}
.TagClassName
{
border-color: #DEFED0;
}
</style>