Shades of Off Green #D7FADE
Tints of Off Green #D7FADE
RGB
CMYK
RGB Variations
Color information
#D7FADE (or 0xD7FADE) is known color: Off Green. HEX triplet: D7, FA and DE. RGB value is (215,250,222). Sum of RGB (Red+Green+Blue) = 215+250+222=687 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.30% from 687); Green value is 250 (98.05% from 255 or 36.39% from 687); Blue value is 222 (87.11% from 255 or 32.31% from 687); Max value from RGB is 250 - color contains mainly: green. Hex color #D7FADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7FADE is #280521. Grayscale: #ECECEC. Windows color (decimal): -2622754 or 14613207. OLE color: 14613207.
HSL color Cylindrical-coordinate representation of color #D7FADE: hue angle of 132º degrees, saturation: 0.78, 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 #D7FADE is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 250 | 222 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.02 |
| HSL | 132º | 0.78% | 0.91% | - |
| HSV(B) | 132º | 0.14% | 0.98% | - |
| XYZ | 75.39 | 88.09 | 82.14 | - |
| YUV | 236.34 | 119.9 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 250 | 222 | 0.14 | 0 | 0.11 | 0.02 | 132 | 0.78 | 0.91 |
| Hex | D7 | FA | DE | E | 0 | B | 2 | 84 | 4E | 5B |
| Octal | 327 | 372 | 336 | 16 | 0 | 13 | 2 | 204 | 116 | 133 |
| Binary | 11010111 | 11111010 | 11011110 | 1110 | 0 | 1011 | 10 | 10000100 | 1001110 | 1011011 |
Color Harmonies of #D7FADE
Complementary color
Monochromatic Colors of #D7FADE
Black with #D7FADE
Text Example
Text Example
White with #D7FADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7FADE; }
p { color: rgb(215,250,222); }
H1.HeaderClassName
{
color: #D7FADE;
}
.AnyTagClassName
{
color: #D7FADE;
}
</style>
background-color css
<style>
a { background-color: #D7FADE; }
a { background-color: rgb(215,250,222); }
div.DivClassName
{
background-color: #D7FADE;
}
.BgClassName
{
background-color: #D7FADE;
}
</style>
border-color css
<style>
span { border-color: #D7FADE; }
span { border-color: rgb(215,250,222); }
td.TdClassName
{
border-color: #D7FADE;
}
.TagClassName
{
border-color: #D7FADE;
}
</style>