Shades of Off Green #D3FADB
Tints of Off Green #D3FADB
RGB
CMYK
RGB Variations
Color information
#D3FADB (or 0xD3FADB) is known color: Off Green. HEX triplet: D3, FA and DB. RGB value is (211,250,219). Sum of RGB (Red+Green+Blue) = 211+250+219=680 (90% of max value = 765). Red value is 211 (82.81% from 255 or 31.03% from 680); Green value is 250 (98.05% from 255 or 36.76% from 680); Blue value is 219 (85.94% from 255 or 32.21% from 680); Max value from RGB is 250 - color contains mainly: green. Hex color #D3FADB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3FADB is #2C0524. Grayscale: #EAEAEA. Windows color (decimal): -2884901 or 14416595. OLE color: 14416595.
HSL color Cylindrical-coordinate representation of color #D3FADB: hue angle of 132.31º degrees, saturation: 0.8, 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 #D3FADB is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 250 | 219 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.02 |
| HSL | 132.31º | 0.8% | 0.9% | - |
| HSV(B) | 132.31º | 0.16% | 0.98% | - |
| XYZ | 73.84 | 87.33 | 79.98 | - |
| YUV | 234.81 | 119.08 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 250 | 219 | 0.16 | 0 | 0.12 | 0.02 | 132.31 | 0.8 | 0.9 |
| Hex | D3 | FA | DB | 10 | 0 | C | 2 | 84 | 50 | 5A |
| Octal | 323 | 372 | 333 | 20 | 0 | 14 | 2 | 204 | 120 | 132 |
| Binary | 11010011 | 11111010 | 11011011 | 10000 | 0 | 1100 | 10 | 10000100 | 1010000 | 1011010 |
Color Harmonies of #D3FADB
Complementary color
Monochromatic Colors of #D3FADB
Black with #D3FADB
Text Example
Text Example
White with #D3FADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FADB; }
p { color: rgb(211,250,219); }
H1.HeaderClassName
{
color: #D3FADB;
}
.AnyTagClassName
{
color: #D3FADB;
}
</style>
background-color css
<style>
a { background-color: #D3FADB; }
a { background-color: rgb(211,250,219); }
div.DivClassName
{
background-color: #D3FADB;
}
.BgClassName
{
background-color: #D3FADB;
}
</style>
border-color css
<style>
span { border-color: #D3FADB; }
span { border-color: rgb(211,250,219); }
td.TdClassName
{
border-color: #D3FADB;
}
.TagClassName
{
border-color: #D3FADB;
}
</style>