Shades of Off Green #D6FEDD
Tints of Off Green #D6FEDD
RGB
CMYK
RGB Variations
Color information
#D6FEDD (or 0xD6FEDD) is known color: Off Green. HEX triplet: D6, FE and DD. RGB value is (214,254,221). Sum of RGB (Red+Green+Blue) = 214+254+221=689 (91% of max value = 765). Red value is 214 (83.98% from 255 or 31.06% from 689); Green value is 254 (99.61% from 255 or 36.87% from 689); Blue value is 221 (86.72% from 255 or 32.08% from 689); Max value from RGB is 254 - color contains mainly: green. Hex color #D6FEDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FEDD is #290122. Grayscale: #EEEEEE. Windows color (decimal): -2687267 or 14548694. OLE color: 14548694.
HSL color Cylindrical-coordinate representation of color #D6FEDD: hue angle of 130.5º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D6FEDD is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 214 | 254 | 221 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.00 |
| HSL | 130.5º | 0.95% | 0.92% | - |
| HSV(B) | 130.5º | 0.16% | 1% | - |
| XYZ | 76.22 | 90.4 | 81.84 | - |
| YUV | 238.28 | 118.25 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 254 | 221 | 0.16 | 0 | 0.13 | 0.00 | 130.5 | 0.95 | 0.92 |
| Hex | D6 | FE | DD | 10 | 0 | D | 0 | 82 | 5F | 5C |
| Octal | 326 | 376 | 335 | 20 | 0 | 15 | 0 | 202 | 137 | 134 |
| Binary | 11010110 | 11111110 | 11011101 | 10000 | 0 | 1101 | 0 | 10000010 | 1011111 | 1011100 |
Color Harmonies of #D6FEDD
Complementary color
Monochromatic Colors of #D6FEDD
Black with #D6FEDD
Text Example
Text Example
White with #D6FEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FEDD; }
p { color: rgb(214,254,221); }
H1.HeaderClassName
{
color: #D6FEDD;
}
.AnyTagClassName
{
color: #D6FEDD;
}
</style>
background-color css
<style>
a { background-color: #D6FEDD; }
a { background-color: rgb(214,254,221); }
div.DivClassName
{
background-color: #D6FEDD;
}
.BgClassName
{
background-color: #D6FEDD;
}
</style>
border-color css
<style>
span { border-color: #D6FEDD; }
span { border-color: rgb(214,254,221); }
td.TdClassName
{
border-color: #D6FEDD;
}
.TagClassName
{
border-color: #D6FEDD;
}
</style>