Shades of Off Green #D5F5DE
Tints of Off Green #D5F5DE
RGB
CMYK
RGB Variations
Color information
#D5F5DE (or 0xD5F5DE) is known color: Off Green. HEX triplet: D5, F5 and DE. RGB value is (213,245,222). Sum of RGB (Red+Green+Blue) = 213+245+222=680 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.32% from 680); Green value is 245 (96.09% from 255 or 36.03% from 680); Blue value is 222 (87.11% from 255 or 32.65% from 680); Max value from RGB is 245 - color contains mainly: green. Hex color #D5F5DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F5DE is #2A0A21. Grayscale: #E8E8E8. Windows color (decimal): -2755106 or 14611925. OLE color: 14611925.
HSL color Cylindrical-coordinate representation of color #D5F5DE: hue angle of 136.88º degrees, saturation: 0.62, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5F5DE is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 245 | 222 | - |
| CMYK | 0.13 | 0 | 0.09 | 0.04 |
| HSL | 136.88º | 0.62% | 0.9% | - |
| HSV(B) | 136.88º | 0.13% | 0.96% | - |
| XYZ | 73.28 | 84.72 | 81.6 | - |
| YUV | 232.81 | 121.9 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 245 | 222 | 0.13 | 0 | 0.09 | 0.04 | 136.88 | 0.62 | 0.9 |
| Hex | D5 | F5 | DE | D | 0 | 9 | 4 | 89 | 3E | 5A |
| Octal | 325 | 365 | 336 | 15 | 0 | 11 | 4 | 211 | 76 | 132 |
| Binary | 11010101 | 11110101 | 11011110 | 1101 | 0 | 1001 | 100 | 10001001 | 111110 | 1011010 |
Color Harmonies of #D5F5DE
Complementary color
Monochromatic Colors of #D5F5DE
Black with #D5F5DE
Text Example
Text Example
White with #D5F5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F5DE; }
p { color: rgb(213,245,222); }
H1.HeaderClassName
{
color: #D5F5DE;
}
.AnyTagClassName
{
color: #D5F5DE;
}
</style>
background-color css
<style>
a { background-color: #D5F5DE; }
a { background-color: rgb(213,245,222); }
div.DivClassName
{
background-color: #D5F5DE;
}
.BgClassName
{
background-color: #D5F5DE;
}
</style>
border-color css
<style>
span { border-color: #D5F5DE; }
span { border-color: rgb(213,245,222); }
td.TdClassName
{
border-color: #D5F5DE;
}
.TagClassName
{
border-color: #D5F5DE;
}
</style>