Shades of Off Green #D7F3DB
Tints of Off Green #D7F3DB
RGB
CMYK
RGB Variations
Color information
#D7F3DB (or 0xD7F3DB) is known color: Off Green. HEX triplet: D7, F3 and DB. RGB value is (215,243,219). Sum of RGB (Red+Green+Blue) = 215+243+219=677 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.76% from 677); Green value is 243 (95.31% from 255 or 35.89% from 677); Blue value is 219 (85.94% from 255 or 32.35% from 677); Max value from RGB is 243 - color contains mainly: green. Hex color #D7F3DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7F3DB is #280C24. Grayscale: #E7E7E7. Windows color (decimal): -2624549 or 14414807. OLE color: 14414807.
HSL color Cylindrical-coordinate representation of color #D7F3DB: hue angle of 128.57º degrees, saturation: 0.54, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D7F3DB is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 243 | 219 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.05 |
| HSL | 128.57º | 0.54% | 0.9% | - |
| HSV(B) | 128.57º | 0.12% | 0.95% | - |
| XYZ | 72.86 | 83.66 | 79.33 | - |
| YUV | 231.89 | 120.72 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 243 | 219 | 0.12 | 0 | 0.10 | 0.05 | 128.57 | 0.54 | 0.9 |
| Hex | D7 | F3 | DB | C | 0 | A | 5 | 81 | 36 | 5A |
| Octal | 327 | 363 | 333 | 14 | 0 | 12 | 5 | 201 | 66 | 132 |
| Binary | 11010111 | 11110011 | 11011011 | 1100 | 0 | 1010 | 101 | 10000001 | 110110 | 1011010 |
Color Harmonies of #D7F3DB
Complementary color
Monochromatic Colors of #D7F3DB
Black with #D7F3DB
Text Example
Text Example
White with #D7F3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F3DB; }
p { color: rgb(215,243,219); }
H1.HeaderClassName
{
color: #D7F3DB;
}
.AnyTagClassName
{
color: #D7F3DB;
}
</style>
background-color css
<style>
a { background-color: #D7F3DB; }
a { background-color: rgb(215,243,219); }
div.DivClassName
{
background-color: #D7F3DB;
}
.BgClassName
{
background-color: #D7F3DB;
}
</style>
border-color css
<style>
span { border-color: #D7F3DB; }
span { border-color: rgb(215,243,219); }
td.TdClassName
{
border-color: #D7F3DB;
}
.TagClassName
{
border-color: #D7F3DB;
}
</style>