Shades of Off Green #D4FEDA
Tints of Off Green #D4FEDA
RGB
CMYK
RGB Variations
Color information
#D4FEDA (or 0xD4FEDA) is known color: Off Green. HEX triplet: D4, FE and DA. RGB value is (212,254,218). Sum of RGB (Red+Green+Blue) = 212+254+218=684 (90% of max value = 765). Red value is 212 (83.20% from 255 or 30.99% from 684); Green value is 254 (99.61% from 255 or 37.13% from 684); Blue value is 218 (85.55% from 255 or 31.87% from 684); Max value from RGB is 254 - color contains mainly: green. Hex color #D4FEDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4FEDA is #2B0125. Grayscale: #EDEDED. Windows color (decimal): -2818342 or 14352084. OLE color: 14352084.
HSL color Cylindrical-coordinate representation of color #D4FEDA: hue angle of 128.57º degrees, saturation: 0.95, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D4FEDA is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
RGB | 212 | 254 | 218 | - |
CMYK | 0.17 | 0 | 0.14 | 0.00 |
HSL | 128.57º | 0.95% | 0.91% | - |
HSV(B) | 128.57º | 0.17% | 1% | - |
XYZ | 75.25 | 89.94 | 79.72 | - |
YUV | 237.34 | 117.09 | 109.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 254 | 218 | 0.17 | 0 | 0.14 | 0.00 | 128.57 | 0.95 | 0.91 |
Hex | D4 | FE | DA | 11 | 0 | E | 0 | 81 | 5F | 5B |
Octal | 324 | 376 | 332 | 21 | 0 | 16 | 0 | 201 | 137 | 133 |
Binary | 11010100 | 11111110 | 11011010 | 10001 | 0 | 1110 | 0 | 10000001 | 1011111 | 1011011 |
Color Harmonies of #D4FEDA
Complementary color
Monochromatic Colors of #D4FEDA
Black with #D4FEDA
Text Example
Text Example
White with #D4FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FEDA; }
p { color: rgb(212,254,218); }
H1.HeaderClassName
{
color: #D4FEDA;
}
.AnyTagClassName
{
color: #D4FEDA;
}
</style>
background-color css
<style>
a { background-color: #D4FEDA; }
a { background-color: rgb(212,254,218); }
div.DivClassName
{
background-color: #D4FEDA;
}
.BgClassName
{
background-color: #D4FEDA;
}
</style>
border-color css
<style>
span { border-color: #D4FEDA; }
span { border-color: rgb(212,254,218); }
td.TdClassName
{
border-color: #D4FEDA;
}
.TagClassName
{
border-color: #D4FEDA;
}
</style>