Shades of Off Green #D4F7DA
Tints of Off Green #D4F7DA
RGB
CMYK
RGB Variations
Color information
#D4F7DA (or 0xD4F7DA) is known color: Off Green. HEX triplet: D4, F7 and DA. RGB value is (212,247,218). Sum of RGB (Red+Green+Blue) = 212+247+218=677 (89% of max value = 765). Red value is 212 (83.20% from 255 or 31.31% from 677); Green value is 247 (96.88% from 255 or 36.48% from 677); Blue value is 218 (85.55% from 255 or 32.20% from 677); Max value from RGB is 247 - color contains mainly: green. Hex color #D4F7DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4F7DA is #2B0825. Grayscale: #E9E9E9. Windows color (decimal): -2820134 or 14350292. OLE color: 14350292.
HSL color Cylindrical-coordinate representation of color #D4F7DA: hue angle of 130.29º degrees, saturation: 0.69, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D4F7DA is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 212 | 247 | 218 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.03 |
| HSL | 130.29º | 0.69% | 0.9% | - |
| HSV(B) | 130.29º | 0.14% | 0.97% | - |
| XYZ | 73.07 | 85.58 | 79 | - |
| YUV | 233.23 | 119.4 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 247 | 218 | 0.14 | 0 | 0.12 | 0.03 | 130.29 | 0.69 | 0.9 |
| Hex | D4 | F7 | DA | E | 0 | C | 3 | 82 | 45 | 5A |
| Octal | 324 | 367 | 332 | 16 | 0 | 14 | 3 | 202 | 105 | 132 |
| Binary | 11010100 | 11110111 | 11011010 | 1110 | 0 | 1100 | 11 | 10000010 | 1000101 | 1011010 |
Color Harmonies of #D4F7DA
Complementary color
Monochromatic Colors of #D4F7DA
Black with #D4F7DA
Text Example
Text Example
White with #D4F7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F7DA; }
p { color: rgb(212,247,218); }
H1.HeaderClassName
{
color: #D4F7DA;
}
.AnyTagClassName
{
color: #D4F7DA;
}
</style>
background-color css
<style>
a { background-color: #D4F7DA; }
a { background-color: rgb(212,247,218); }
div.DivClassName
{
background-color: #D4F7DA;
}
.BgClassName
{
background-color: #D4F7DA;
}
</style>
border-color css
<style>
span { border-color: #D4F7DA; }
span { border-color: rgb(212,247,218); }
td.TdClassName
{
border-color: #D4F7DA;
}
.TagClassName
{
border-color: #D4F7DA;
}
</style>