Shades of Hint Of Green #DEFBC8
Tints of Hint Of Green #DEFBC8
RGB
CMYK
RGB Variations
Color information
#DEFBC8 (or 0xDEFBC8) is known color: Hint Of Green. HEX triplet: DE, FB and C8. RGB value is (222,251,200). Sum of RGB (Red+Green+Blue) = 222+251+200=673 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.99% from 673); Green value is 251 (98.44% from 255 or 37.30% from 673); Blue value is 200 (78.52% from 255 or 29.72% from 673); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFBC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFBC8 is #210437. Grayscale: #ECECEC. Windows color (decimal): -2163768 or 13171678. OLE color: 13171678.
HSL color Cylindrical-coordinate representation of color #DEFBC8: hue angle of 94.12º degrees, saturation: 0.86, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DEFBC8 is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 251 | 200 | - |
| CMYK | 0.12 | 0 | 0.20 | 0.02 |
| HSL | 94.12º | 0.86% | 0.88% | - |
| HSV(B) | 94.12º | 0.2% | 0.98% | - |
| XYZ | 75.05 | 88.69 | 67.81 | - |
| YUV | 236.52 | 107.39 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 251 | 200 | 0.12 | 0 | 0.20 | 0.02 | 94.12 | 0.86 | 0.88 |
| Hex | DE | FB | C8 | C | 0 | 14 | 2 | 5E | 56 | 58 |
| Octal | 336 | 373 | 310 | 14 | 0 | 24 | 2 | 136 | 126 | 130 |
| Binary | 11011110 | 11111011 | 11001000 | 1100 | 0 | 10100 | 10 | 1011110 | 1010110 | 1011000 |
Color Harmonies of #DEFBC8
Complementary color
Monochromatic Colors of #DEFBC8
Black with #DEFBC8
Text Example
Text Example
White with #DEFBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFBC8; }
p { color: rgb(222,251,200); }
H1.HeaderClassName
{
color: #DEFBC8;
}
.AnyTagClassName
{
color: #DEFBC8;
}
</style>
background-color css
<style>
a { background-color: #DEFBC8; }
a { background-color: rgb(222,251,200); }
div.DivClassName
{
background-color: #DEFBC8;
}
.BgClassName
{
background-color: #DEFBC8;
}
</style>
border-color css
<style>
span { border-color: #DEFBC8; }
span { border-color: rgb(222,251,200); }
td.TdClassName
{
border-color: #DEFBC8;
}
.TagClassName
{
border-color: #DEFBC8;
}
</style>