Shades of Off Green #D7F2DB
Tints of Off Green #D7F2DB
RGB
CMYK
RGB Variations
Color information
#D7F2DB (or 0xD7F2DB) is known color: Off Green. HEX triplet: D7, F2 and DB. RGB value is (215,242,219). Sum of RGB (Red+Green+Blue) = 215+242+219=676 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.80% from 676); Green value is 242 (94.92% from 255 or 35.80% from 676); Blue value is 219 (85.94% from 255 or 32.40% from 676); Max value from RGB is 242 - color contains mainly: green. Hex color #D7F2DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7F2DB is #280D24. Grayscale: #E7E7E7. Windows color (decimal): -2624805 or 14414551. OLE color: 14414551.
HSL color Cylindrical-coordinate representation of color #D7F2DB: hue angle of 128.89º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D7F2DB is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 242 | 219 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.05 |
| HSL | 128.89º | 0.51% | 0.9% | - |
| HSV(B) | 128.89º | 0.11% | 0.95% | - |
| XYZ | 72.56 | 83.07 | 79.23 | - |
| YUV | 231.31 | 121.05 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 242 | 219 | 0.11 | 0 | 0.10 | 0.05 | 128.89 | 0.51 | 0.9 |
| Hex | D7 | F2 | DB | B | 0 | A | 5 | 81 | 33 | 5A |
| Octal | 327 | 362 | 333 | 13 | 0 | 12 | 5 | 201 | 63 | 132 |
| Binary | 11010111 | 11110010 | 11011011 | 1011 | 0 | 1010 | 101 | 10000001 | 110011 | 1011010 |
Color Harmonies of #D7F2DB
Complementary color
Monochromatic Colors of #D7F2DB
Black with #D7F2DB
Text Example
Text Example
White with #D7F2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F2DB; }
p { color: rgb(215,242,219); }
H1.HeaderClassName
{
color: #D7F2DB;
}
.AnyTagClassName
{
color: #D7F2DB;
}
</style>
background-color css
<style>
a { background-color: #D7F2DB; }
a { background-color: rgb(215,242,219); }
div.DivClassName
{
background-color: #D7F2DB;
}
.BgClassName
{
background-color: #D7F2DB;
}
</style>
border-color css
<style>
span { border-color: #D7F2DB; }
span { border-color: rgb(215,242,219); }
td.TdClassName
{
border-color: #D7F2DB;
}
.TagClassName
{
border-color: #D7F2DB;
}
</style>