Shades of Off Green #D5FED9
Tints of Off Green #D5FED9
RGB
CMYK
RGB Variations
Color information
#D5FED9 (or 0xD5FED9) is known color: Off Green. HEX triplet: D5, FE and D9. RGB value is (213,254,217). Sum of RGB (Red+Green+Blue) = 213+254+217=684 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.14% from 684); Green value is 254 (99.61% from 255 or 37.13% from 684); Blue value is 217 (85.16% from 255 or 31.73% from 684); Max value from RGB is 254 - color contains mainly: green. Hex color #D5FED9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FED9 is #2A0126. Grayscale: #EDEDED. Windows color (decimal): -2752807 or 14286549. OLE color: 14286549.
HSL color Cylindrical-coordinate representation of color #D5FED9: hue angle of 125.85º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5FED9 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 254 | 217 | - |
| CMYK | 0.16 | 0 | 0.15 | 0.00 |
| HSL | 125.85º | 0.95% | 0.92% | - |
| HSV(B) | 125.85º | 0.16% | 1% | - |
| XYZ | 75.41 | 90.04 | 79.05 | - |
| YUV | 237.52 | 116.42 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 254 | 217 | 0.16 | 0 | 0.15 | 0.00 | 125.85 | 0.95 | 0.92 |
| Hex | D5 | FE | D9 | 10 | 0 | F | 0 | 7E | 5F | 5C |
| Octal | 325 | 376 | 331 | 20 | 0 | 17 | 0 | 176 | 137 | 134 |
| Binary | 11010101 | 11111110 | 11011001 | 10000 | 0 | 1111 | 0 | 1111110 | 1011111 | 1011100 |
Color Harmonies of #D5FED9
Complementary color
Monochromatic Colors of #D5FED9
Black with #D5FED9
Text Example
Text Example
White with #D5FED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FED9; }
p { color: rgb(213,254,217); }
H1.HeaderClassName
{
color: #D5FED9;
}
.AnyTagClassName
{
color: #D5FED9;
}
</style>
background-color css
<style>
a { background-color: #D5FED9; }
a { background-color: rgb(213,254,217); }
div.DivClassName
{
background-color: #D5FED9;
}
.BgClassName
{
background-color: #D5FED9;
}
</style>
border-color css
<style>
span { border-color: #D5FED9; }
span { border-color: rgb(213,254,217); }
td.TdClassName
{
border-color: #D5FED9;
}
.TagClassName
{
border-color: #D5FED9;
}
</style>