Shades of Off Green #D8F5DE
Tints of Off Green #D8F5DE
RGB
CMYK
RGB Variations
Color information
#D8F5DE (or 0xD8F5DE) is known color: Off Green. HEX triplet: D8, F5 and DE. RGB value is (216,245,222). Sum of RGB (Red+Green+Blue) = 216+245+222=683 (90% of max value = 765). Red value is 216 (84.77% from 255 or 31.63% from 683); Green value is 245 (96.09% from 255 or 35.87% from 683); Blue value is 222 (87.11% from 255 or 32.50% from 683); Max value from RGB is 245 - color contains mainly: green. Hex color #D8F5DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8F5DE is #270A21. Grayscale: #E9E9E9. Windows color (decimal): -2558498 or 14611928. OLE color: 14611928.
HSL color Cylindrical-coordinate representation of color #D8F5DE: hue angle of 132.41º degrees, saturation: 0.59, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D8F5DE is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 245 | 222 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.04 |
| HSL | 132.41º | 0.59% | 0.9% | - |
| HSV(B) | 132.41º | 0.12% | 0.96% | - |
| XYZ | 74.16 | 85.18 | 81.64 | - |
| YUV | 233.71 | 121.39 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 245 | 222 | 0.12 | 0 | 0.09 | 0.04 | 132.41 | 0.59 | 0.9 |
| Hex | D8 | F5 | DE | C | 0 | 9 | 4 | 84 | 3B | 5A |
| Octal | 330 | 365 | 336 | 14 | 0 | 11 | 4 | 204 | 73 | 132 |
| Binary | 11011000 | 11110101 | 11011110 | 1100 | 0 | 1001 | 100 | 10000100 | 111011 | 1011010 |
Color Harmonies of #D8F5DE
Complementary color
Monochromatic Colors of #D8F5DE
Black with #D8F5DE
Text Example
Text Example
White with #D8F5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F5DE; }
p { color: rgb(216,245,222); }
H1.HeaderClassName
{
color: #D8F5DE;
}
.AnyTagClassName
{
color: #D8F5DE;
}
</style>
background-color css
<style>
a { background-color: #D8F5DE; }
a { background-color: rgb(216,245,222); }
div.DivClassName
{
background-color: #D8F5DE;
}
.BgClassName
{
background-color: #D8F5DE;
}
</style>
border-color css
<style>
span { border-color: #D8F5DE; }
span { border-color: rgb(216,245,222); }
td.TdClassName
{
border-color: #D8F5DE;
}
.TagClassName
{
border-color: #D8F5DE;
}
</style>