Shades of Off Green #D1FBDB
Tints of Off Green #D1FBDB
RGB
CMYK
RGB Variations
Color information
#D1FBDB (or 0xD1FBDB) is known color: Off Green. HEX triplet: D1, FB and DB. RGB value is (209,251,219). Sum of RGB (Red+Green+Blue) = 209+251+219=679 (89% of max value = 765). Red value is 209 (82.03% from 255 or 30.78% from 679); Green value is 251 (98.44% from 255 or 36.97% from 679); Blue value is 219 (85.94% from 255 or 32.25% from 679); Max value from RGB is 251 - color contains mainly: green. Hex color #D1FBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1FBDB is #2E0424. Grayscale: #EAEAEA. Windows color (decimal): -3015717 or 14416849. OLE color: 14416849.
HSL color Cylindrical-coordinate representation of color #D1FBDB: hue angle of 134.29º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D1FBDB is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 251 | 219 | - |
| CMYK | 0.17 | 0 | 0.13 | 0.02 |
| HSL | 134.29º | 0.84% | 0.9% | - |
| HSV(B) | 134.29º | 0.17% | 0.98% | - |
| XYZ | 73.58 | 87.66 | 80.06 | - |
| YUV | 234.79 | 119.09 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 251 | 219 | 0.17 | 0 | 0.13 | 0.02 | 134.29 | 0.84 | 0.9 |
| Hex | D1 | FB | DB | 11 | 0 | D | 2 | 86 | 54 | 5A |
| Octal | 321 | 373 | 333 | 21 | 0 | 15 | 2 | 206 | 124 | 132 |
| Binary | 11010001 | 11111011 | 11011011 | 10001 | 0 | 1101 | 10 | 10000110 | 1010100 | 1011010 |
Color Harmonies of #D1FBDB
Complementary color
Monochromatic Colors of #D1FBDB
Black with #D1FBDB
Text Example
Text Example
White with #D1FBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FBDB; }
p { color: rgb(209,251,219); }
H1.HeaderClassName
{
color: #D1FBDB;
}
.AnyTagClassName
{
color: #D1FBDB;
}
</style>
background-color css
<style>
a { background-color: #D1FBDB; }
a { background-color: rgb(209,251,219); }
div.DivClassName
{
background-color: #D1FBDB;
}
.BgClassName
{
background-color: #D1FBDB;
}
</style>
border-color css
<style>
span { border-color: #D1FBDB; }
span { border-color: rgb(209,251,219); }
td.TdClassName
{
border-color: #D1FBDB;
}
.TagClassName
{
border-color: #D1FBDB;
}
</style>