Shades of Off Green #D7F0DB
Tints of Off Green #D7F0DB
RGB
CMYK
RGB Variations
Color information
#D7F0DB (or 0xD7F0DB) is known color: Off Green. HEX triplet: D7, F0 and DB. RGB value is (215,240,219). Sum of RGB (Red+Green+Blue) = 215+240+219=674 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.90% from 674); Green value is 240 (94.14% from 255 or 35.61% from 674); Blue value is 219 (85.94% from 255 or 32.49% from 674); Max value from RGB is 240 - color contains mainly: green. Hex color #D7F0DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7F0DB is #280F24. Grayscale: #E6E6E6. Windows color (decimal): -2625317 or 14414039. OLE color: 14414039.
HSL color Cylindrical-coordinate representation of color #D7F0DB: hue angle of 129.6º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D7F0DB is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
RGB | 215 | 240 | 219 | - |
CMYK | 0.10 | 0 | 0.09 | 0.06 |
HSL | 129.6º | 0.45% | 0.89% | - |
HSV(B) | 129.6º | 0.1% | 0.94% | - |
XYZ | 71.97 | 81.88 | 79.03 | - |
YUV | 230.13 | 121.72 | 117.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 240 | 219 | 0.10 | 0 | 0.09 | 0.06 | 129.6 | 0.45 | 0.89 |
Hex | D7 | F0 | DB | A | 0 | 9 | 6 | 82 | 2D | 59 |
Octal | 327 | 360 | 333 | 12 | 0 | 11 | 6 | 202 | 55 | 131 |
Binary | 11010111 | 11110000 | 11011011 | 1010 | 0 | 1001 | 110 | 10000010 | 101101 | 1011001 |
Color Harmonies of #D7F0DB
Complementary color
Monochromatic Colors of #D7F0DB
Black with #D7F0DB
Text Example
Text Example
White with #D7F0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F0DB; }
p { color: rgb(215,240,219); }
H1.HeaderClassName
{
color: #D7F0DB;
}
.AnyTagClassName
{
color: #D7F0DB;
}
</style>
background-color css
<style>
a { background-color: #D7F0DB; }
a { background-color: rgb(215,240,219); }
div.DivClassName
{
background-color: #D7F0DB;
}
.BgClassName
{
background-color: #D7F0DB;
}
</style>
border-color css
<style>
span { border-color: #D7F0DB; }
span { border-color: rgb(215,240,219); }
td.TdClassName
{
border-color: #D7F0DB;
}
.TagClassName
{
border-color: #D7F0DB;
}
</style>