Shades of Off Green #D3FEDA
Tints of Off Green #D3FEDA
RGB
CMYK
RGB Variations
Color information
#D3FEDA (or 0xD3FEDA) is known color: Off Green. HEX triplet: D3, FE and DA. RGB value is (211,254,218). Sum of RGB (Red+Green+Blue) = 211+254+218=683 (90% of max value = 765). Red value is 211 (82.81% from 255 or 30.89% from 683); Green value is 254 (99.61% from 255 or 37.19% from 683); Blue value is 218 (85.55% from 255 or 31.92% from 683); Max value from RGB is 254 - color contains mainly: green. Hex color #D3FEDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3FEDA is #2C0125. Grayscale: #EDEDED. Windows color (decimal): -2883878 or 14352083. OLE color: 14352083.
HSL color Cylindrical-coordinate representation of color #D3FEDA: hue angle of 129.77º 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 #D3FEDA is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 211 | 254 | 218 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.00 |
| HSL | 129.77º | 0.96% | 0.91% | - |
| HSV(B) | 129.77º | 0.17% | 1% | - |
| XYZ | 74.96 | 89.79 | 79.71 | - |
| YUV | 237.04 | 117.25 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 254 | 218 | 0.17 | 0 | 0.14 | 0.00 | 129.77 | 0.96 | 0.91 |
| Hex | D3 | FE | DA | 11 | 0 | E | 0 | 82 | 60 | 5B |
| Octal | 323 | 376 | 332 | 21 | 0 | 16 | 0 | 202 | 140 | 133 |
| Binary | 11010011 | 11111110 | 11011010 | 10001 | 0 | 1110 | 0 | 10000010 | 1100000 | 1011011 |
Color Harmonies of #D3FEDA
Complementary color
Monochromatic Colors of #D3FEDA
Black with #D3FEDA
Text Example
Text Example
White with #D3FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FEDA; }
p { color: rgb(211,254,218); }
H1.HeaderClassName
{
color: #D3FEDA;
}
.AnyTagClassName
{
color: #D3FEDA;
}
</style>
background-color css
<style>
a { background-color: #D3FEDA; }
a { background-color: rgb(211,254,218); }
div.DivClassName
{
background-color: #D3FEDA;
}
.BgClassName
{
background-color: #D3FEDA;
}
</style>
border-color css
<style>
span { border-color: #D3FEDA; }
span { border-color: rgb(211,254,218); }
td.TdClassName
{
border-color: #D3FEDA;
}
.TagClassName
{
border-color: #D3FEDA;
}
</style>