Shades of Off Green #D8F1DC
Tints of Off Green #D8F1DC
RGB
CMYK
RGB Variations
Color information
#D8F1DC (or 0xD8F1DC) is known color: Off Green. HEX triplet: D8, F1 and DC. RGB value is (216,241,220). Sum of RGB (Red+Green+Blue) = 216+241+220=677 (89% of max value = 765). Red value is 216 (84.77% from 255 or 31.91% from 677); Green value is 241 (94.53% from 255 or 35.60% from 677); Blue value is 220 (86.33% from 255 or 32.50% from 677); Max value from RGB is 241 - color contains mainly: green. Hex color #D8F1DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8F1DC is #270E23. Grayscale: #E7E7E7. Windows color (decimal): -2559524 or 14479832. OLE color: 14479832.
HSL color Cylindrical-coordinate representation of color #D8F1DC: hue angle of 129.6º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D8F1DC is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 241 | 220 | - |
| CMYK | 0.10 | 0 | 0.09 | 0.05 |
| HSL | 129.6º | 0.47% | 0.9% | - |
| HSV(B) | 129.6º | 0.1% | 0.95% | - |
| XYZ | 72.69 | 82.68 | 79.84 | - |
| YUV | 231.13 | 121.72 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 241 | 220 | 0.10 | 0 | 0.09 | 0.05 | 129.6 | 0.47 | 0.9 |
| Hex | D8 | F1 | DC | A | 0 | 9 | 5 | 82 | 2F | 5A |
| Octal | 330 | 361 | 334 | 12 | 0 | 11 | 5 | 202 | 57 | 132 |
| Binary | 11011000 | 11110001 | 11011100 | 1010 | 0 | 1001 | 101 | 10000010 | 101111 | 1011010 |
Color Harmonies of #D8F1DC
Complementary color
Monochromatic Colors of #D8F1DC
Black with #D8F1DC
Text Example
Text Example
White with #D8F1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F1DC; }
p { color: rgb(216,241,220); }
H1.HeaderClassName
{
color: #D8F1DC;
}
.AnyTagClassName
{
color: #D8F1DC;
}
</style>
background-color css
<style>
a { background-color: #D8F1DC; }
a { background-color: rgb(216,241,220); }
div.DivClassName
{
background-color: #D8F1DC;
}
.BgClassName
{
background-color: #D8F1DC;
}
</style>
border-color css
<style>
span { border-color: #D8F1DC; }
span { border-color: rgb(216,241,220); }
td.TdClassName
{
border-color: #D8F1DC;
}
.TagClassName
{
border-color: #D8F1DC;
}
</style>