Shades of Off Green #D4F5DD
Tints of Off Green #D4F5DD
RGB
CMYK
RGB Variations
Color information
#D4F5DD (or 0xD4F5DD) is known color: Off Green. HEX triplet: D4, F5 and DD. RGB value is (212,245,221). Sum of RGB (Red+Green+Blue) = 212+245+221=678 (89% of max value = 765). Red value is 212 (83.20% from 255 or 31.27% from 678); Green value is 245 (96.09% from 255 or 36.14% from 678); Blue value is 221 (86.72% from 255 or 32.60% from 678); Max value from RGB is 245 - color contains mainly: green. Hex color #D4F5DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4F5DD is #2B0A22. Grayscale: #E8E8E8. Windows color (decimal): -2820643 or 14546388. OLE color: 14546388.
HSL color Cylindrical-coordinate representation of color #D4F5DD: hue angle of 136.36º 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 #D4F5DD is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 245 | 221 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.04 |
| HSL | 136.36º | 0.62% | 0.9% | - |
| HSV(B) | 136.36º | 0.13% | 0.96% | - |
| XYZ | 72.85 | 84.52 | 80.88 | - |
| YUV | 232.4 | 121.57 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 245 | 221 | 0.13 | 0 | 0.10 | 0.04 | 136.36 | 0.62 | 0.9 |
| Hex | D4 | F5 | DD | D | 0 | A | 4 | 88 | 3E | 5A |
| Octal | 324 | 365 | 335 | 15 | 0 | 12 | 4 | 210 | 76 | 132 |
| Binary | 11010100 | 11110101 | 11011101 | 1101 | 0 | 1010 | 100 | 10001000 | 111110 | 1011010 |
Color Harmonies of #D4F5DD
Complementary color
Monochromatic Colors of #D4F5DD
Black with #D4F5DD
Text Example
Text Example
White with #D4F5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F5DD; }
p { color: rgb(212,245,221); }
H1.HeaderClassName
{
color: #D4F5DD;
}
.AnyTagClassName
{
color: #D4F5DD;
}
</style>
background-color css
<style>
a { background-color: #D4F5DD; }
a { background-color: rgb(212,245,221); }
div.DivClassName
{
background-color: #D4F5DD;
}
.BgClassName
{
background-color: #D4F5DD;
}
</style>
border-color css
<style>
span { border-color: #D4F5DD; }
span { border-color: rgb(212,245,221); }
td.TdClassName
{
border-color: #D4F5DD;
}
.TagClassName
{
border-color: #D4F5DD;
}
</style>