Shades of Off Green #D3FCDB
Tints of Off Green #D3FCDB
RGB
CMYK
RGB Variations
Color information
#D3FCDB (or 0xD3FCDB) is known color: Off Green. HEX triplet: D3, FC and DB. RGB value is (211,252,219). Sum of RGB (Red+Green+Blue) = 211+252+219=682 (90% of max value = 765). Red value is 211 (82.81% from 255 or 30.94% from 682); Green value is 252 (98.83% from 255 or 36.95% from 682); Blue value is 219 (85.94% from 255 or 32.11% from 682); Max value from RGB is 252 - color contains mainly: green. Hex color #D3FCDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3FCDB is #2C0324. Grayscale: #ECECEC. Windows color (decimal): -2884389 or 14417107. OLE color: 14417107.
HSL color Cylindrical-coordinate representation of color #D3FCDB: hue angle of 131.71º degrees, saturation: 0.87, 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 #D3FCDB is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 252 | 219 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.01 |
| HSL | 131.71º | 0.87% | 0.91% | - |
| HSV(B) | 131.71º | 0.16% | 0.99% | - |
| XYZ | 74.46 | 88.58 | 80.19 | - |
| YUV | 235.98 | 118.42 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 252 | 219 | 0.16 | 0 | 0.13 | 0.01 | 131.71 | 0.87 | 0.91 |
| Hex | D3 | FC | DB | 10 | 0 | D | 1 | 84 | 57 | 5B |
| Octal | 323 | 374 | 333 | 20 | 0 | 15 | 1 | 204 | 127 | 133 |
| Binary | 11010011 | 11111100 | 11011011 | 10000 | 0 | 1101 | 1 | 10000100 | 1010111 | 1011011 |
Color Harmonies of #D3FCDB
Complementary color
Monochromatic Colors of #D3FCDB
Black with #D3FCDB
Text Example
Text Example
White with #D3FCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FCDB; }
p { color: rgb(211,252,219); }
H1.HeaderClassName
{
color: #D3FCDB;
}
.AnyTagClassName
{
color: #D3FCDB;
}
</style>
background-color css
<style>
a { background-color: #D3FCDB; }
a { background-color: rgb(211,252,219); }
div.DivClassName
{
background-color: #D3FCDB;
}
.BgClassName
{
background-color: #D3FCDB;
}
</style>
border-color css
<style>
span { border-color: #D3FCDB; }
span { border-color: rgb(211,252,219); }
td.TdClassName
{
border-color: #D3FCDB;
}
.TagClassName
{
border-color: #D3FCDB;
}
</style>