Shades of Off Green #D7FEDD
Tints of Off Green #D7FEDD
RGB
CMYK
RGB Variations
Color information
#D7FEDD (or 0xD7FEDD) is known color: Off Green. HEX triplet: D7, FE and DD. RGB value is (215,254,221). Sum of RGB (Red+Green+Blue) = 215+254+221=690 (91% of max value = 765). Red value is 215 (84.38% from 255 or 31.16% from 690); Green value is 254 (99.61% from 255 or 36.81% from 690); Blue value is 221 (86.72% from 255 or 32.03% from 690); Max value from RGB is 254 - color contains mainly: green. Hex color #D7FEDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7FEDD is #280122. Grayscale: #EEEEEE. Windows color (decimal): -2621731 or 14548695. OLE color: 14548695.
HSL color Cylindrical-coordinate representation of color #D7FEDD: hue angle of 129.23º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D7FEDD is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 215 | 254 | 221 | - |
| CMYK | 0.15 | 0 | 0.13 | 0.00 |
| HSL | 129.23º | 0.95% | 0.92% | - |
| HSV(B) | 129.23º | 0.15% | 1% | - |
| XYZ | 76.52 | 90.55 | 81.85 | - |
| YUV | 238.58 | 118.08 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 254 | 221 | 0.15 | 0 | 0.13 | 0.00 | 129.23 | 0.95 | 0.92 |
| Hex | D7 | FE | DD | F | 0 | D | 0 | 81 | 5F | 5C |
| Octal | 327 | 376 | 335 | 17 | 0 | 15 | 0 | 201 | 137 | 134 |
| Binary | 11010111 | 11111110 | 11011101 | 1111 | 0 | 1101 | 0 | 10000001 | 1011111 | 1011100 |
Color Harmonies of #D7FEDD
Complementary color
Monochromatic Colors of #D7FEDD
Black with #D7FEDD
Text Example
Text Example
White with #D7FEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7FEDD; }
p { color: rgb(215,254,221); }
H1.HeaderClassName
{
color: #D7FEDD;
}
.AnyTagClassName
{
color: #D7FEDD;
}
</style>
background-color css
<style>
a { background-color: #D7FEDD; }
a { background-color: rgb(215,254,221); }
div.DivClassName
{
background-color: #D7FEDD;
}
.BgClassName
{
background-color: #D7FEDD;
}
</style>
border-color css
<style>
span { border-color: #D7FEDD; }
span { border-color: rgb(215,254,221); }
td.TdClassName
{
border-color: #D7FEDD;
}
.TagClassName
{
border-color: #D7FEDD;
}
</style>