Shades of Off Green #D6FADD
Tints of Off Green #D6FADD
RGB
CMYK
RGB Variations
Color information
#D6FADD (or 0xD6FADD) is known color: Off Green. HEX triplet: D6, FA and DD. RGB value is (214,250,221). Sum of RGB (Red+Green+Blue) = 214+250+221=685 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.24% from 685); Green value is 250 (98.05% from 255 or 36.50% from 685); Blue value is 221 (86.72% from 255 or 32.26% from 685); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FADD is #290522. Grayscale: #ECECEC. Windows color (decimal): -2688291 or 14547670. OLE color: 14547670.
HSL color Cylindrical-coordinate representation of color #D6FADD: hue angle of 131.67º 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 #D6FADD is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 250 | 221 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.02 |
| HSL | 131.67º | 0.78% | 0.91% | - |
| HSV(B) | 131.67º | 0.14% | 0.98% | - |
| XYZ | 74.97 | 87.89 | 81.42 | - |
| YUV | 235.93 | 119.57 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 250 | 221 | 0.14 | 0 | 0.12 | 0.02 | 131.67 | 0.78 | 0.91 |
| Hex | D6 | FA | DD | E | 0 | C | 2 | 84 | 4E | 5B |
| Octal | 326 | 372 | 335 | 16 | 0 | 14 | 2 | 204 | 116 | 133 |
| Binary | 11010110 | 11111010 | 11011101 | 1110 | 0 | 1100 | 10 | 10000100 | 1001110 | 1011011 |
Color Harmonies of #D6FADD
Complementary color
Monochromatic Colors of #D6FADD
Black with #D6FADD
Text Example
Text Example
White with #D6FADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FADD; }
p { color: rgb(214,250,221); }
H1.HeaderClassName
{
color: #D6FADD;
}
.AnyTagClassName
{
color: #D6FADD;
}
</style>
background-color css
<style>
a { background-color: #D6FADD; }
a { background-color: rgb(214,250,221); }
div.DivClassName
{
background-color: #D6FADD;
}
.BgClassName
{
background-color: #D6FADD;
}
</style>
border-color css
<style>
span { border-color: #D6FADD; }
span { border-color: rgb(214,250,221); }
td.TdClassName
{
border-color: #D6FADD;
}
.TagClassName
{
border-color: #D6FADD;
}
</style>