Shades of Off Green #D4F6DB
Tints of Off Green #D4F6DB
RGB
CMYK
RGB Variations
Color information
#D4F6DB (or 0xD4F6DB) is known color: Off Green. HEX triplet: D4, F6 and DB. RGB value is (212,246,219). Sum of RGB (Red+Green+Blue) = 212+246+219=677 (89% of max value = 765). Red value is 212 (83.20% from 255 or 31.31% from 677); Green value is 246 (96.48% from 255 or 36.34% from 677); Blue value is 219 (85.94% from 255 or 32.35% from 677); Max value from RGB is 246 - color contains mainly: green. Hex color #D4F6DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4F6DB is #2B0924. Grayscale: #E8E8E8. Windows color (decimal): -2820389 or 14415572. OLE color: 14415572.
HSL color Cylindrical-coordinate representation of color #D4F6DB: hue angle of 132.35º 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 #D4F6DB is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
RGB | 212 | 246 | 219 | - |
CMYK | 0.14 | 0 | 0.11 | 0.04 |
HSL | 132.35º | 0.65% | 0.9% | - |
HSV(B) | 132.35º | 0.14% | 0.96% | - |
XYZ | 72.89 | 85.02 | 79.59 | - |
YUV | 232.76 | 120.24 | 113.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 246 | 219 | 0.14 | 0 | 0.11 | 0.04 | 132.35 | 0.65 | 0.9 |
Hex | D4 | F6 | DB | E | 0 | B | 4 | 84 | 41 | 5A |
Octal | 324 | 366 | 333 | 16 | 0 | 13 | 4 | 204 | 101 | 132 |
Binary | 11010100 | 11110110 | 11011011 | 1110 | 0 | 1011 | 100 | 10000100 | 1000001 | 1011010 |
Color Harmonies of #D4F6DB
Complementary color
Monochromatic Colors of #D4F6DB
Black with #D4F6DB
Text Example
Text Example
White with #D4F6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F6DB; }
p { color: rgb(212,246,219); }
H1.HeaderClassName
{
color: #D4F6DB;
}
.AnyTagClassName
{
color: #D4F6DB;
}
</style>
background-color css
<style>
a { background-color: #D4F6DB; }
a { background-color: rgb(212,246,219); }
div.DivClassName
{
background-color: #D4F6DB;
}
.BgClassName
{
background-color: #D4F6DB;
}
</style>
border-color css
<style>
span { border-color: #D4F6DB; }
span { border-color: rgb(212,246,219); }
td.TdClassName
{
border-color: #D4F6DB;
}
.TagClassName
{
border-color: #D4F6DB;
}
</style>