Shades of Hint Of Green #DEFBCC
Tints of Hint Of Green #DEFBCC
RGB
CMYK
RGB Variations
Color information
#DEFBCC (or 0xDEFBCC) is known color: Hint Of Green. HEX triplet: DE, FB and CC. RGB value is (222,251,204). Sum of RGB (Red+Green+Blue) = 222+251+204=677 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.79% from 677); Green value is 251 (98.44% from 255 or 37.08% from 677); Blue value is 204 (80.08% from 255 or 30.13% from 677); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFBCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFBCC is #210433. Grayscale: #EDEDED. Windows color (decimal): -2163764 or 13433822. OLE color: 13433822.
HSL color Cylindrical-coordinate representation of color #DEFBCC: hue angle of 97.02º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DEFBCC is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 251 | 204 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.02 |
| HSL | 97.02º | 0.85% | 0.89% | - |
| HSV(B) | 97.02º | 0.19% | 0.98% | - |
| XYZ | 75.52 | 88.88 | 70.3 | - |
| YUV | 236.97 | 109.39 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 251 | 204 | 0.12 | 0 | 0.19 | 0.02 | 97.02 | 0.85 | 0.89 |
| Hex | DE | FB | CC | C | 0 | 13 | 2 | 61 | 55 | 59 |
| Octal | 336 | 373 | 314 | 14 | 0 | 23 | 2 | 141 | 125 | 131 |
| Binary | 11011110 | 11111011 | 11001100 | 1100 | 0 | 10011 | 10 | 1100001 | 1010101 | 1011001 |
Color Harmonies of #DEFBCC
Complementary color
Monochromatic Colors of #DEFBCC
Black with #DEFBCC
Text Example
Text Example
White with #DEFBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFBCC; }
p { color: rgb(222,251,204); }
H1.HeaderClassName
{
color: #DEFBCC;
}
.AnyTagClassName
{
color: #DEFBCC;
}
</style>
background-color css
<style>
a { background-color: #DEFBCC; }
a { background-color: rgb(222,251,204); }
div.DivClassName
{
background-color: #DEFBCC;
}
.BgClassName
{
background-color: #DEFBCC;
}
</style>
border-color css
<style>
span { border-color: #DEFBCC; }
span { border-color: rgb(222,251,204); }
td.TdClassName
{
border-color: #DEFBCC;
}
.TagClassName
{
border-color: #DEFBCC;
}
</style>