Shades of Off Green #D2FEDA
Tints of Off Green #D2FEDA
RGB
CMYK
RGB Variations
Color information
#D2FEDA (or 0xD2FEDA) is known color: Off Green. HEX triplet: D2, FE and DA. RGB value is (210,254,218). Sum of RGB (Red+Green+Blue) = 210+254+218=682 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.79% from 682); Green value is 254 (99.61% from 255 or 37.24% from 682); Blue value is 218 (85.55% from 255 or 31.96% from 682); Max value from RGB is 254 - color contains mainly: green. Hex color #D2FEDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FEDA is #2D0125. Grayscale: #ECECEC. Windows color (decimal): -2949414 or 14352082. OLE color: 14352082.
HSL color Cylindrical-coordinate representation of color #D2FEDA: hue angle of 130.91º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2FEDA is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 254 | 218 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.00 |
| HSL | 130.91º | 0.96% | 0.91% | - |
| HSV(B) | 130.91º | 0.17% | 1% | - |
| XYZ | 74.68 | 89.65 | 79.7 | - |
| YUV | 236.74 | 117.42 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 254 | 218 | 0.17 | 0 | 0.14 | 0.00 | 130.91 | 0.96 | 0.91 |
| Hex | D2 | FE | DA | 11 | 0 | E | 0 | 83 | 60 | 5B |
| Octal | 322 | 376 | 332 | 21 | 0 | 16 | 0 | 203 | 140 | 133 |
| Binary | 11010010 | 11111110 | 11011010 | 10001 | 0 | 1110 | 0 | 10000011 | 1100000 | 1011011 |
Color Harmonies of #D2FEDA
Complementary color
Monochromatic Colors of #D2FEDA
Black with #D2FEDA
Text Example
Text Example
White with #D2FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FEDA; }
p { color: rgb(210,254,218); }
H1.HeaderClassName
{
color: #D2FEDA;
}
.AnyTagClassName
{
color: #D2FEDA;
}
</style>
background-color css
<style>
a { background-color: #D2FEDA; }
a { background-color: rgb(210,254,218); }
div.DivClassName
{
background-color: #D2FEDA;
}
.BgClassName
{
background-color: #D2FEDA;
}
</style>
border-color css
<style>
span { border-color: #D2FEDA; }
span { border-color: rgb(210,254,218); }
td.TdClassName
{
border-color: #D2FEDA;
}
.TagClassName
{
border-color: #D2FEDA;
}
</style>