Shades of Off Green #D8F3DD
Tints of Off Green #D8F3DD
RGB
CMYK
RGB Variations
Color information
#D8F3DD (or 0xD8F3DD) is known color: Off Green. HEX triplet: D8, F3 and DD. RGB value is (216,243,221). Sum of RGB (Red+Green+Blue) = 216+243+221=680 (90% of max value = 765). Red value is 216 (84.77% from 255 or 31.76% from 680); Green value is 243 (95.31% from 255 or 35.74% from 680); Blue value is 221 (86.72% from 255 or 32.5% from 680); Max value from RGB is 243 - color contains mainly: green. Hex color #D8F3DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8F3DD is #270C22. Grayscale: #E8E8E8. Windows color (decimal): -2559011 or 14545880. OLE color: 14545880.
HSL color Cylindrical-coordinate representation of color #D8F3DD: hue angle of 131.11º degrees, saturation: 0.53, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D8F3DD is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 243 | 221 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.05 |
| HSL | 131.11º | 0.53% | 0.9% | - |
| HSV(B) | 131.11º | 0.11% | 0.95% | - |
| XYZ | 73.42 | 83.92 | 80.74 | - |
| YUV | 232.42 | 121.55 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 243 | 221 | 0.11 | 0 | 0.09 | 0.05 | 131.11 | 0.53 | 0.9 |
| Hex | D8 | F3 | DD | B | 0 | 9 | 5 | 83 | 35 | 5A |
| Octal | 330 | 363 | 335 | 13 | 0 | 11 | 5 | 203 | 65 | 132 |
| Binary | 11011000 | 11110011 | 11011101 | 1011 | 0 | 1001 | 101 | 10000011 | 110101 | 1011010 |
Color Harmonies of #D8F3DD
Complementary color
Monochromatic Colors of #D8F3DD
Black with #D8F3DD
Text Example
Text Example
White with #D8F3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F3DD; }
p { color: rgb(216,243,221); }
H1.HeaderClassName
{
color: #D8F3DD;
}
.AnyTagClassName
{
color: #D8F3DD;
}
</style>
background-color css
<style>
a { background-color: #D8F3DD; }
a { background-color: rgb(216,243,221); }
div.DivClassName
{
background-color: #D8F3DD;
}
.BgClassName
{
background-color: #D8F3DD;
}
</style>
border-color css
<style>
span { border-color: #D8F3DD; }
span { border-color: rgb(216,243,221); }
td.TdClassName
{
border-color: #D8F3DD;
}
.TagClassName
{
border-color: #D8F3DD;
}
</style>