Shades of Off Green #D7F9DD
Tints of Off Green #D7F9DD
RGB
CMYK
RGB Variations
Color information
#D7F9DD (or 0xD7F9DD) is known color: Off Green. HEX triplet: D7, F9 and DD. RGB value is (215,249,221). Sum of RGB (Red+Green+Blue) = 215+249+221=685 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.39% from 685); Green value is 249 (97.66% from 255 or 36.35% from 685); Blue value is 221 (86.72% from 255 or 32.26% from 685); Max value from RGB is 249 - color contains mainly: green. Hex color #D7F9DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7F9DD is #280622. Grayscale: #EBEBEB. Windows color (decimal): -2623011 or 14547415. OLE color: 14547415.
HSL color Cylindrical-coordinate representation of color #D7F9DD: hue angle of 130.59º degrees, saturation: 0.74, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D7F9DD is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 249 | 221 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.02 |
| HSL | 130.59º | 0.74% | 0.91% | - |
| HSV(B) | 130.59º | 0.14% | 0.98% | - |
| XYZ | 74.95 | 87.42 | 81.33 | - |
| YUV | 235.64 | 119.74 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 249 | 221 | 0.14 | 0 | 0.11 | 0.02 | 130.59 | 0.74 | 0.91 |
| Hex | D7 | F9 | DD | E | 0 | B | 2 | 83 | 4A | 5B |
| Octal | 327 | 371 | 335 | 16 | 0 | 13 | 2 | 203 | 112 | 133 |
| Binary | 11010111 | 11111001 | 11011101 | 1110 | 0 | 1011 | 10 | 10000011 | 1001010 | 1011011 |
Color Harmonies of #D7F9DD
Complementary color
Monochromatic Colors of #D7F9DD
Black with #D7F9DD
Text Example
Text Example
White with #D7F9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F9DD; }
p { color: rgb(215,249,221); }
H1.HeaderClassName
{
color: #D7F9DD;
}
.AnyTagClassName
{
color: #D7F9DD;
}
</style>
background-color css
<style>
a { background-color: #D7F9DD; }
a { background-color: rgb(215,249,221); }
div.DivClassName
{
background-color: #D7F9DD;
}
.BgClassName
{
background-color: #D7F9DD;
}
</style>
border-color css
<style>
span { border-color: #D7F9DD; }
span { border-color: rgb(215,249,221); }
td.TdClassName
{
border-color: #D7F9DD;
}
.TagClassName
{
border-color: #D7F9DD;
}
</style>