Shades of Off Green #D4F8DA
Tints of Off Green #D4F8DA
RGB
CMYK
RGB Variations
Color information
#D4F8DA (or 0xD4F8DA) is known color: Off Green. HEX triplet: D4, F8 and DA. RGB value is (212,248,218). Sum of RGB (Red+Green+Blue) = 212+248+218=678 (89% of max value = 765). Red value is 212 (83.20% from 255 or 31.27% from 678); Green value is 248 (97.27% from 255 or 36.58% from 678); Blue value is 218 (85.55% from 255 or 32.15% from 678); Max value from RGB is 248 - color contains mainly: green. Hex color #D4F8DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4F8DA is #2B0725. Grayscale: #E9E9E9. Windows color (decimal): -2819878 or 14350548. OLE color: 14350548.
HSL color Cylindrical-coordinate representation of color #D4F8DA: hue angle of 130º 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 #D4F8DA is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 212 | 248 | 218 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.03 |
| HSL | 130º | 0.72% | 0.9% | - |
| HSV(B) | 130º | 0.15% | 0.97% | - |
| XYZ | 73.37 | 86.19 | 79.1 | - |
| YUV | 233.82 | 119.07 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 248 | 218 | 0.15 | 0 | 0.12 | 0.03 | 130 | 0.72 | 0.9 |
| Hex | D4 | F8 | DA | F | 0 | C | 3 | 82 | 48 | 5A |
| Octal | 324 | 370 | 332 | 17 | 0 | 14 | 3 | 202 | 110 | 132 |
| Binary | 11010100 | 11111000 | 11011010 | 1111 | 0 | 1100 | 11 | 10000010 | 1001000 | 1011010 |
Color Harmonies of #D4F8DA
Complementary color
Monochromatic Colors of #D4F8DA
Black with #D4F8DA
Text Example
Text Example
White with #D4F8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F8DA; }
p { color: rgb(212,248,218); }
H1.HeaderClassName
{
color: #D4F8DA;
}
.AnyTagClassName
{
color: #D4F8DA;
}
</style>
background-color css
<style>
a { background-color: #D4F8DA; }
a { background-color: rgb(212,248,218); }
div.DivClassName
{
background-color: #D4F8DA;
}
.BgClassName
{
background-color: #D4F8DA;
}
</style>
border-color css
<style>
span { border-color: #D4F8DA; }
span { border-color: rgb(212,248,218); }
td.TdClassName
{
border-color: #D4F8DA;
}
.TagClassName
{
border-color: #D4F8DA;
}
</style>