Shades of Off Green #D2FCDA
Tints of Off Green #D2FCDA
RGB
CMYK
RGB Variations
Color information
#D2FCDA (or 0xD2FCDA) is known color: Off Green. HEX triplet: D2, FC and DA. RGB value is (210,252,218). Sum of RGB (Red+Green+Blue) = 210+252+218=680 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.88% from 680); Green value is 252 (98.83% from 255 or 37.06% from 680); Blue value is 218 (85.55% from 255 or 32.06% from 680); Max value from RGB is 252 - color contains mainly: green. Hex color #D2FCDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FCDA is #2D0325. Grayscale: #EBEBEB. Windows color (decimal): -2949926 or 14351570. OLE color: 14351570.
HSL color Cylindrical-coordinate representation of color #D2FCDA: hue angle of 131.43º degrees, saturation: 0.88, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2FCDA is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 252 | 218 | - |
| CMYK | 0.17 | 0 | 0.13 | 0.01 |
| HSL | 131.43º | 0.88% | 0.91% | - |
| HSV(B) | 131.43º | 0.17% | 0.99% | - |
| XYZ | 74.04 | 88.38 | 79.49 | - |
| YUV | 235.57 | 118.09 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 252 | 218 | 0.17 | 0 | 0.13 | 0.01 | 131.43 | 0.88 | 0.91 |
| Hex | D2 | FC | DA | 11 | 0 | D | 1 | 83 | 58 | 5B |
| Octal | 322 | 374 | 332 | 21 | 0 | 15 | 1 | 203 | 130 | 133 |
| Binary | 11010010 | 11111100 | 11011010 | 10001 | 0 | 1101 | 1 | 10000011 | 1011000 | 1011011 |
Color Harmonies of #D2FCDA
Complementary color
Monochromatic Colors of #D2FCDA
Black with #D2FCDA
Text Example
Text Example
White with #D2FCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FCDA; }
p { color: rgb(210,252,218); }
H1.HeaderClassName
{
color: #D2FCDA;
}
.AnyTagClassName
{
color: #D2FCDA;
}
</style>
background-color css
<style>
a { background-color: #D2FCDA; }
a { background-color: rgb(210,252,218); }
div.DivClassName
{
background-color: #D2FCDA;
}
.BgClassName
{
background-color: #D2FCDA;
}
</style>
border-color css
<style>
span { border-color: #D2FCDA; }
span { border-color: rgb(210,252,218); }
td.TdClassName
{
border-color: #D2FCDA;
}
.TagClassName
{
border-color: #D2FCDA;
}
</style>