Shades of Off Green #D1FEDA
Tints of Off Green #D1FEDA
RGB
CMYK
RGB Variations
Color information
#D1FEDA (or 0xD1FEDA) is known color: Off Green. HEX triplet: D1, FE and DA. RGB value is (209,254,218). Sum of RGB (Red+Green+Blue) = 209+254+218=681 (90% of max value = 765). Red value is 209 (82.03% from 255 or 30.69% from 681); Green value is 254 (99.61% from 255 or 37.30% from 681); Blue value is 218 (85.55% from 255 or 32.01% from 681); Max value from RGB is 254 - color contains mainly: green. Hex color #D1FEDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1FEDA is #2E0125. Grayscale: #ECECEC. Windows color (decimal): -3014950 or 14352081. OLE color: 14352081.
HSL color Cylindrical-coordinate representation of color #D1FEDA: hue angle of 132º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1FEDA is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 254 | 218 | - |
| CMYK | 0.18 | 0 | 0.14 | 0.00 |
| HSL | 132º | 0.96% | 0.91% | - |
| HSV(B) | 132º | 0.18% | 1% | - |
| XYZ | 74.39 | 89.5 | 79.68 | - |
| YUV | 236.44 | 117.59 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 254 | 218 | 0.18 | 0 | 0.14 | 0.00 | 132 | 0.96 | 0.91 |
| Hex | D1 | FE | DA | 12 | 0 | E | 0 | 84 | 60 | 5B |
| Octal | 321 | 376 | 332 | 22 | 0 | 16 | 0 | 204 | 140 | 133 |
| Binary | 11010001 | 11111110 | 11011010 | 10010 | 0 | 1110 | 0 | 10000100 | 1100000 | 1011011 |
Color Harmonies of #D1FEDA
Complementary color
Monochromatic Colors of #D1FEDA
Black with #D1FEDA
Text Example
Text Example
White with #D1FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FEDA; }
p { color: rgb(209,254,218); }
H1.HeaderClassName
{
color: #D1FEDA;
}
.AnyTagClassName
{
color: #D1FEDA;
}
</style>
background-color css
<style>
a { background-color: #D1FEDA; }
a { background-color: rgb(209,254,218); }
div.DivClassName
{
background-color: #D1FEDA;
}
.BgClassName
{
background-color: #D1FEDA;
}
</style>
border-color css
<style>
span { border-color: #D1FEDA; }
span { border-color: rgb(209,254,218); }
td.TdClassName
{
border-color: #D1FEDA;
}
.TagClassName
{
border-color: #D1FEDA;
}
</style>