Shades of Off Green #D0F8DA
Tints of Off Green #D0F8DA
RGB
CMYK
RGB Variations
Color information
#D0F8DA (or 0xD0F8DA) is known color: Off Green. HEX triplet: D0, F8 and DA. RGB value is (208,248,218). Sum of RGB (Red+Green+Blue) = 208+248+218=674 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.86% from 674); Green value is 248 (97.27% from 255 or 36.80% from 674); Blue value is 218 (85.55% from 255 or 32.34% from 674); Max value from RGB is 248 - color contains mainly: green. Hex color #D0F8DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F8DA is #2F0725. Grayscale: #E8E8E8. Windows color (decimal): -3082022 or 14350544. OLE color: 14350544.
HSL color Cylindrical-coordinate representation of color #D0F8DA: hue angle of 135º degrees, saturation: 0.74, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0F8DA is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 248 | 218 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.03 |
| HSL | 135º | 0.74% | 0.89% | - |
| HSV(B) | 135º | 0.16% | 0.97% | - |
| XYZ | 72.23 | 85.61 | 79.05 | - |
| YUV | 232.62 | 119.75 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 248 | 218 | 0.16 | 0 | 0.12 | 0.03 | 135 | 0.74 | 0.89 |
| Hex | D0 | F8 | DA | 10 | 0 | C | 3 | 87 | 4A | 59 |
| Octal | 320 | 370 | 332 | 20 | 0 | 14 | 3 | 207 | 112 | 131 |
| Binary | 11010000 | 11111000 | 11011010 | 10000 | 0 | 1100 | 11 | 10000111 | 1001010 | 1011001 |
Color Harmonies of #D0F8DA
Complementary color
Monochromatic Colors of #D0F8DA
Black with #D0F8DA
Text Example
Text Example
White with #D0F8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F8DA; }
p { color: rgb(208,248,218); }
H1.HeaderClassName
{
color: #D0F8DA;
}
.AnyTagClassName
{
color: #D0F8DA;
}
</style>
background-color css
<style>
a { background-color: #D0F8DA; }
a { background-color: rgb(208,248,218); }
div.DivClassName
{
background-color: #D0F8DA;
}
.BgClassName
{
background-color: #D0F8DA;
}
</style>
border-color css
<style>
span { border-color: #D0F8DA; }
span { border-color: rgb(208,248,218); }
td.TdClassName
{
border-color: #D0F8DA;
}
.TagClassName
{
border-color: #D0F8DA;
}
</style>