Shades of Off Green #D4F8DB
Tints of Off Green #D4F8DB
RGB
CMYK
RGB Variations
Color information
#D4F8DB (or 0xD4F8DB) is known color: Off Green. HEX triplet: D4, F8 and DB. RGB value is (212,248,219). Sum of RGB (Red+Green+Blue) = 212+248+219=679 (89% of max value = 765). Red value is 212 (83.20% from 255 or 31.22% from 679); Green value is 248 (97.27% from 255 or 36.52% from 679); Blue value is 219 (85.94% from 255 or 32.25% from 679); Max value from RGB is 248 - color contains mainly: green. Hex color #D4F8DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4F8DB is #2B0724. Grayscale: #EAEAEA. Windows color (decimal): -2819877 or 14416084. OLE color: 14416084.
HSL color Cylindrical-coordinate representation of color #D4F8DB: hue angle of 131.67º degrees, saturation: 0.72, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D4F8DB is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
RGB | 212 | 248 | 219 | - |
CMYK | 0.15 | 0 | 0.12 | 0.03 |
HSL | 131.67º | 0.72% | 0.9% | - |
HSV(B) | 131.67º | 0.15% | 0.97% | - |
XYZ | 73.5 | 86.25 | 79.79 | - |
YUV | 233.93 | 119.57 | 112.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 248 | 219 | 0.15 | 0 | 0.12 | 0.03 | 131.67 | 0.72 | 0.9 |
Hex | D4 | F8 | DB | F | 0 | C | 3 | 84 | 48 | 5A |
Octal | 324 | 370 | 333 | 17 | 0 | 14 | 3 | 204 | 110 | 132 |
Binary | 11010100 | 11111000 | 11011011 | 1111 | 0 | 1100 | 11 | 10000100 | 1001000 | 1011010 |
Color Harmonies of #D4F8DB
Complementary color
Monochromatic Colors of #D4F8DB
Black with #D4F8DB
Text Example
Text Example
White with #D4F8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F8DB; }
p { color: rgb(212,248,219); }
H1.HeaderClassName
{
color: #D4F8DB;
}
.AnyTagClassName
{
color: #D4F8DB;
}
</style>
background-color css
<style>
a { background-color: #D4F8DB; }
a { background-color: rgb(212,248,219); }
div.DivClassName
{
background-color: #D4F8DB;
}
.BgClassName
{
background-color: #D4F8DB;
}
</style>
border-color css
<style>
span { border-color: #D4F8DB; }
span { border-color: rgb(212,248,219); }
td.TdClassName
{
border-color: #D4F8DB;
}
.TagClassName
{
border-color: #D4F8DB;
}
</style>