Shades of Off Green #D0FAD8
Tints of Off Green #D0FAD8
RGB
CMYK
RGB Variations
Color information
#D0FAD8 (or 0xD0FAD8) is known color: Off Green. HEX triplet: D0, FA and D8. RGB value is (208,250,216). Sum of RGB (Red+Green+Blue) = 208+250+216=674 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.86% from 674); Green value is 250 (98.05% from 255 or 37.09% from 674); Blue value is 216 (84.77% from 255 or 32.05% from 674); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FAD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FAD8 is #2F0527. Grayscale: #E9E9E9. Windows color (decimal): -3081512 or 14219984. OLE color: 14219984.
HSL color Cylindrical-coordinate representation of color #D0FAD8: hue angle of 131.43º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0FAD8 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
RGB | 208 | 250 | 216 | - |
CMYK | 0.17 | 0 | 0.14 | 0.02 |
HSL | 131.43º | 0.81% | 0.9% | - |
HSV(B) | 131.43º | 0.17% | 0.98% | - |
XYZ | 72.59 | 86.74 | 77.88 | - |
YUV | 233.57 | 118.09 | 109.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 250 | 216 | 0.17 | 0 | 0.14 | 0.02 | 131.43 | 0.81 | 0.9 |
Hex | D0 | FA | D8 | 11 | 0 | E | 2 | 83 | 51 | 5A |
Octal | 320 | 372 | 330 | 21 | 0 | 16 | 2 | 203 | 121 | 132 |
Binary | 11010000 | 11111010 | 11011000 | 10001 | 0 | 1110 | 10 | 10000011 | 1010001 | 1011010 |
Color Harmonies of #D0FAD8
Complementary color
Monochromatic Colors of #D0FAD8
Black with #D0FAD8
Text Example
Text Example
White with #D0FAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FAD8; }
p { color: rgb(208,250,216); }
H1.HeaderClassName
{
color: #D0FAD8;
}
.AnyTagClassName
{
color: #D0FAD8;
}
</style>
background-color css
<style>
a { background-color: #D0FAD8; }
a { background-color: rgb(208,250,216); }
div.DivClassName
{
background-color: #D0FAD8;
}
.BgClassName
{
background-color: #D0FAD8;
}
</style>
border-color css
<style>
span { border-color: #D0FAD8; }
span { border-color: rgb(208,250,216); }
td.TdClassName
{
border-color: #D0FAD8;
}
.TagClassName
{
border-color: #D0FAD8;
}
</style>