Shades of Off Green #D2FBDB
Tints of Off Green #D2FBDB
RGB
CMYK
RGB Variations
Color information
#D2FBDB (or 0xD2FBDB) is known color: Off Green. HEX triplet: D2, FB and DB. RGB value is (210,251,219). Sum of RGB (Red+Green+Blue) = 210+251+219=680 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.88% from 680); Green value is 251 (98.44% from 255 or 36.91% from 680); Blue value is 219 (85.94% from 255 or 32.21% from 680); Max value from RGB is 251 - color contains mainly: green. Hex color #D2FBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FBDB is #2D0424. Grayscale: #EBEBEB. Windows color (decimal): -2950181 or 14416850. OLE color: 14416850.
HSL color Cylindrical-coordinate representation of color #D2FBDB: hue angle of 133.17º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2FBDB is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 251 | 219 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.02 |
| HSL | 133.17º | 0.84% | 0.9% | - |
| HSV(B) | 133.17º | 0.16% | 0.98% | - |
| XYZ | 73.86 | 87.81 | 80.07 | - |
| YUV | 235.09 | 118.92 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 251 | 219 | 0.16 | 0 | 0.13 | 0.02 | 133.17 | 0.84 | 0.9 |
| Hex | D2 | FB | DB | 10 | 0 | D | 2 | 85 | 54 | 5A |
| Octal | 322 | 373 | 333 | 20 | 0 | 15 | 2 | 205 | 124 | 132 |
| Binary | 11010010 | 11111011 | 11011011 | 10000 | 0 | 1101 | 10 | 10000101 | 1010100 | 1011010 |
Color Harmonies of #D2FBDB
Complementary color
Monochromatic Colors of #D2FBDB
Black with #D2FBDB
Text Example
Text Example
White with #D2FBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FBDB; }
p { color: rgb(210,251,219); }
H1.HeaderClassName
{
color: #D2FBDB;
}
.AnyTagClassName
{
color: #D2FBDB;
}
</style>
background-color css
<style>
a { background-color: #D2FBDB; }
a { background-color: rgb(210,251,219); }
div.DivClassName
{
background-color: #D2FBDB;
}
.BgClassName
{
background-color: #D2FBDB;
}
</style>
border-color css
<style>
span { border-color: #D2FBDB; }
span { border-color: rgb(210,251,219); }
td.TdClassName
{
border-color: #D2FBDB;
}
.TagClassName
{
border-color: #D2FBDB;
}
</style>