Shades of Off Green #D4F6DC
Tints of Off Green #D4F6DC
RGB
CMYK
RGB Variations
Color information
#D4F6DC (or 0xD4F6DC) is known color: Off Green. HEX triplet: D4, F6 and DC. RGB value is (212,246,220). Sum of RGB (Red+Green+Blue) = 212+246+220=678 (89% of max value = 765). Red value is 212 (83.20% from 255 or 31.27% from 678); Green value is 246 (96.48% from 255 or 36.28% from 678); Blue value is 220 (86.33% from 255 or 32.45% from 678); Max value from RGB is 246 - color contains mainly: green. Hex color #D4F6DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4F6DC is #2B0923. Grayscale: #E8E8E8. Windows color (decimal): -2820388 or 14481108. OLE color: 14481108.
HSL color Cylindrical-coordinate representation of color #D4F6DC: hue angle of 134.12º degrees, saturation: 0.65, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D4F6DC is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 246 | 220 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.04 |
| HSL | 134.12º | 0.65% | 0.9% | - |
| HSV(B) | 134.12º | 0.14% | 0.96% | - |
| XYZ | 73.03 | 85.08 | 80.28 | - |
| YUV | 232.87 | 120.74 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 246 | 220 | 0.14 | 0 | 0.11 | 0.04 | 134.12 | 0.65 | 0.9 |
| Hex | D4 | F6 | DC | E | 0 | B | 4 | 86 | 41 | 5A |
| Octal | 324 | 366 | 334 | 16 | 0 | 13 | 4 | 206 | 101 | 132 |
| Binary | 11010100 | 11110110 | 11011100 | 1110 | 0 | 1011 | 100 | 10000110 | 1000001 | 1011010 |
Color Harmonies of #D4F6DC
Complementary color
Monochromatic Colors of #D4F6DC
Black with #D4F6DC
Text Example
Text Example
White with #D4F6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F6DC; }
p { color: rgb(212,246,220); }
H1.HeaderClassName
{
color: #D4F6DC;
}
.AnyTagClassName
{
color: #D4F6DC;
}
</style>
background-color css
<style>
a { background-color: #D4F6DC; }
a { background-color: rgb(212,246,220); }
div.DivClassName
{
background-color: #D4F6DC;
}
.BgClassName
{
background-color: #D4F6DC;
}
</style>
border-color css
<style>
span { border-color: #D4F6DC; }
span { border-color: rgb(212,246,220); }
td.TdClassName
{
border-color: #D4F6DC;
}
.TagClassName
{
border-color: #D4F6DC;
}
</style>