Shades of Off Green #D0FBDB
Tints of Off Green #D0FBDB
RGB
CMYK
RGB Variations
Color information
#D0FBDB (or 0xD0FBDB) is known color: Off Green. HEX triplet: D0, FB and DB. RGB value is (208,251,219). Sum of RGB (Red+Green+Blue) = 208+251+219=678 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.68% from 678); Green value is 251 (98.44% from 255 or 37.02% from 678); Blue value is 219 (85.94% from 255 or 32.30% from 678); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FBDB is #2F0424. Grayscale: #EAEAEA. Windows color (decimal): -3081253 or 14416848. OLE color: 14416848.
HSL color Cylindrical-coordinate representation of color #D0FBDB: hue angle of 135.35º 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 #D0FBDB is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
RGB | 208 | 251 | 219 | - |
CMYK | 0.17 | 0 | 0.13 | 0.02 |
HSL | 135.35º | 0.84% | 0.9% | - |
HSV(B) | 135.35º | 0.17% | 0.98% | - |
XYZ | 73.3 | 87.52 | 80.05 | - |
YUV | 234.5 | 119.25 | 109.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 251 | 219 | 0.17 | 0 | 0.13 | 0.02 | 135.35 | 0.84 | 0.9 |
Hex | D0 | FB | DB | 11 | 0 | D | 2 | 87 | 54 | 5A |
Octal | 320 | 373 | 333 | 21 | 0 | 15 | 2 | 207 | 124 | 132 |
Binary | 11010000 | 11111011 | 11011011 | 10001 | 0 | 1101 | 10 | 10000111 | 1010100 | 1011010 |
Color Harmonies of #D0FBDB
Complementary color
Monochromatic Colors of #D0FBDB
Black with #D0FBDB
Text Example
Text Example
White with #D0FBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FBDB; }
p { color: rgb(208,251,219); }
H1.HeaderClassName
{
color: #D0FBDB;
}
.AnyTagClassName
{
color: #D0FBDB;
}
</style>
background-color css
<style>
a { background-color: #D0FBDB; }
a { background-color: rgb(208,251,219); }
div.DivClassName
{
background-color: #D0FBDB;
}
.BgClassName
{
background-color: #D0FBDB;
}
</style>
border-color css
<style>
span { border-color: #D0FBDB; }
span { border-color: rgb(208,251,219); }
td.TdClassName
{
border-color: #D0FBDB;
}
.TagClassName
{
border-color: #D0FBDB;
}
</style>