Shades of Off Green #D3FFDB
Tints of Off Green #D3FFDB
RGB
CMYK
RGB Variations
Color information
#D3FFDB (or 0xD3FFDB) is known color: Off Green. HEX triplet: D3, FF and DB. RGB value is (211,255,219). Sum of RGB (Red+Green+Blue) = 211+255+219=685 (90% of max value = 765). Red value is 211 (82.81% from 255 or 30.80% from 685); Green value is 255 (100% from 255 or 37.23% from 685); Blue value is 219 (85.94% from 255 or 31.97% from 685); Max value from RGB is 255 - color contains mainly: green. Hex color #D3FFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3FFDB is #2C0024. Grayscale: #EDEDED. Windows color (decimal): -2883621 or 14417875. OLE color: 14417875.
HSL color Cylindrical-coordinate representation of color #D3FFDB: hue angle of 130.91º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3FFDB is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 211 | 255 | 219 | - |
| CMYK | 0.17 | 0 | 0.14 | 0 |
| HSL | 130.91º | 1% | 0.91% | - |
| HSV(B) | 130.91º | 0.17% | 1% | - |
| XYZ | 75.41 | 90.48 | 80.51 | - |
| YUV | 237.74 | 117.42 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 255 | 219 | 0.17 | 0 | 0.14 | 0 | 130.91 | 1 | 0.91 |
| Hex | D3 | FF | DB | 11 | 0 | E | 0 | 83 | 64 | 5B |
| Octal | 323 | 377 | 333 | 21 | 0 | 16 | 0 | 203 | 144 | 133 |
| Binary | 11010011 | 11111111 | 11011011 | 10001 | 0 | 1110 | 0 | 10000011 | 1100100 | 1011011 |
Color Harmonies of #D3FFDB
Complementary color
Monochromatic Colors of #D3FFDB
Black with #D3FFDB
Text Example
Text Example
White with #D3FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FFDB; }
p { color: rgb(211,255,219); }
H1.HeaderClassName
{
color: #D3FFDB;
}
.AnyTagClassName
{
color: #D3FFDB;
}
</style>
background-color css
<style>
a { background-color: #D3FFDB; }
a { background-color: rgb(211,255,219); }
div.DivClassName
{
background-color: #D3FFDB;
}
.BgClassName
{
background-color: #D3FFDB;
}
</style>
border-color css
<style>
span { border-color: #D3FFDB; }
span { border-color: rgb(211,255,219); }
td.TdClassName
{
border-color: #D3FFDB;
}
.TagClassName
{
border-color: #D3FFDB;
}
</style>