Shades of Off Green #D9F0DB
Tints of Off Green #D9F0DB
RGB
CMYK
RGB Variations
Color information
#D9F0DB (or 0xD9F0DB) is known color: Off Green. HEX triplet: D9, F0 and DB. RGB value is (217,240,219). Sum of RGB (Red+Green+Blue) = 217+240+219=676 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.10% from 676); Green value is 240 (94.14% from 255 or 35.50% from 676); Blue value is 219 (85.94% from 255 or 32.40% from 676); Max value from RGB is 240 - color contains mainly: green. Hex color #D9F0DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9F0DB is #260F24. Grayscale: #E6E6E6. Windows color (decimal): -2494245 or 14414041. OLE color: 14414041.
HSL color Cylindrical-coordinate representation of color #D9F0DB: hue angle of 125.22º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9F0DB is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
RGB | 217 | 240 | 219 | - |
CMYK | 0.10 | 0 | 0.09 | 0.06 |
HSL | 125.22º | 0.43% | 0.9% | - |
HSV(B) | 125.22º | 0.1% | 0.94% | - |
XYZ | 72.56 | 82.19 | 79.06 | - |
YUV | 230.73 | 121.38 | 118.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 240 | 219 | 0.10 | 0 | 0.09 | 0.06 | 125.22 | 0.43 | 0.9 |
Hex | D9 | F0 | DB | A | 0 | 9 | 6 | 7D | 2B | 5A |
Octal | 331 | 360 | 333 | 12 | 0 | 11 | 6 | 175 | 53 | 132 |
Binary | 11011001 | 11110000 | 11011011 | 1010 | 0 | 1001 | 110 | 1111101 | 101011 | 1011010 |
Color Harmonies of #D9F0DB
Complementary color
Monochromatic Colors of #D9F0DB
Black with #D9F0DB
Text Example
Text Example
White with #D9F0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F0DB; }
p { color: rgb(217,240,219); }
H1.HeaderClassName
{
color: #D9F0DB;
}
.AnyTagClassName
{
color: #D9F0DB;
}
</style>
background-color css
<style>
a { background-color: #D9F0DB; }
a { background-color: rgb(217,240,219); }
div.DivClassName
{
background-color: #D9F0DB;
}
.BgClassName
{
background-color: #D9F0DB;
}
</style>
border-color css
<style>
span { border-color: #D9F0DB; }
span { border-color: rgb(217,240,219); }
td.TdClassName
{
border-color: #D9F0DB;
}
.TagClassName
{
border-color: #D9F0DB;
}
</style>