Shades of Off Green #D4FDDB
Tints of Off Green #D4FDDB
RGB
CMYK
RGB Variations
Color information
#D4FDDB (or 0xD4FDDB) is known color: Off Green. HEX triplet: D4, FD and DB. RGB value is (212,253,219). Sum of RGB (Red+Green+Blue) = 212+253+219=684 (90% of max value = 765). Red value is 212 (83.20% from 255 or 30.99% from 684); Green value is 253 (99.22% from 255 or 36.99% from 684); Blue value is 219 (85.94% from 255 or 32.02% from 684); Max value from RGB is 253 - color contains mainly: green. Hex color #D4FDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4FDDB is #2B0224. Grayscale: #ECECEC. Windows color (decimal): -2818597 or 14417364. OLE color: 14417364.
HSL color Cylindrical-coordinate representation of color #D4FDDB: hue angle of 130.24º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D4FDDB is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 212 | 253 | 219 | - |
CMYK | 0.16 | 0 | 0.13 | 0.01 |
HSL | 130.24º | 0.91% | 0.91% | - |
HSV(B) | 130.24º | 0.16% | 0.99% | - |
XYZ | 75.06 | 89.36 | 80.31 | - |
YUV | 236.87 | 117.92 | 110.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 253 | 219 | 0.16 | 0 | 0.13 | 0.01 | 130.24 | 0.91 | 0.91 |
Hex | D4 | FD | DB | 10 | 0 | D | 1 | 82 | 5B | 5B |
Octal | 324 | 375 | 333 | 20 | 0 | 15 | 1 | 202 | 133 | 133 |
Binary | 11010100 | 11111101 | 11011011 | 10000 | 0 | 1101 | 1 | 10000010 | 1011011 | 1011011 |
Color Harmonies of #D4FDDB
Complementary color
Monochromatic Colors of #D4FDDB
Black with #D4FDDB
Text Example
Text Example
White with #D4FDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FDDB; }
p { color: rgb(212,253,219); }
H1.HeaderClassName
{
color: #D4FDDB;
}
.AnyTagClassName
{
color: #D4FDDB;
}
</style>
background-color css
<style>
a { background-color: #D4FDDB; }
a { background-color: rgb(212,253,219); }
div.DivClassName
{
background-color: #D4FDDB;
}
.BgClassName
{
background-color: #D4FDDB;
}
</style>
border-color css
<style>
span { border-color: #D4FDDB; }
span { border-color: rgb(212,253,219); }
td.TdClassName
{
border-color: #D4FDDB;
}
.TagClassName
{
border-color: #D4FDDB;
}
</style>