Shades of Off Green #D5F4DD
Tints of Off Green #D5F4DD
RGB
CMYK
RGB Variations
Color information
#D5F4DD (or 0xD5F4DD) is known color: Off Green. HEX triplet: D5, F4 and DD. RGB value is (213,244,221). Sum of RGB (Red+Green+Blue) = 213+244+221=678 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.42% from 678); Green value is 244 (95.70% from 255 or 35.99% from 678); Blue value is 221 (86.72% from 255 or 32.60% from 678); Max value from RGB is 244 - color contains mainly: green. Hex color #D5F4DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F4DD is #2A0B22. Grayscale: #E8E8E8. Windows color (decimal): -2755363 or 14546133. OLE color: 14546133.
HSL color Cylindrical-coordinate representation of color #D5F4DD: hue angle of 135.48º degrees, saturation: 0.58, 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 #D5F4DD is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 244 | 221 | - |
| CMYK | 0.13 | 0 | 0.09 | 0.04 |
| HSL | 135.48º | 0.58% | 0.9% | - |
| HSV(B) | 135.48º | 0.13% | 0.96% | - |
| XYZ | 72.84 | 84.07 | 80.79 | - |
| YUV | 232.11 | 121.73 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 244 | 221 | 0.13 | 0 | 0.09 | 0.04 | 135.48 | 0.58 | 0.9 |
| Hex | D5 | F4 | DD | D | 0 | 9 | 4 | 87 | 3A | 5A |
| Octal | 325 | 364 | 335 | 15 | 0 | 11 | 4 | 207 | 72 | 132 |
| Binary | 11010101 | 11110100 | 11011101 | 1101 | 0 | 1001 | 100 | 10000111 | 111010 | 1011010 |
Color Harmonies of #D5F4DD
Complementary color
Monochromatic Colors of #D5F4DD
Black with #D5F4DD
Text Example
Text Example
White with #D5F4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F4DD; }
p { color: rgb(213,244,221); }
H1.HeaderClassName
{
color: #D5F4DD;
}
.AnyTagClassName
{
color: #D5F4DD;
}
</style>
background-color css
<style>
a { background-color: #D5F4DD; }
a { background-color: rgb(213,244,221); }
div.DivClassName
{
background-color: #D5F4DD;
}
.BgClassName
{
background-color: #D5F4DD;
}
</style>
border-color css
<style>
span { border-color: #D5F4DD; }
span { border-color: rgb(213,244,221); }
td.TdClassName
{
border-color: #D5F4DD;
}
.TagClassName
{
border-color: #D5F4DD;
}
</style>