Shades of Off Green #D6F5DB
Tints of Off Green #D6F5DB
RGB
CMYK
RGB Variations
Color information
#D6F5DB (or 0xD6F5DB) is known color: Off Green. HEX triplet: D6, F5 and DB. RGB value is (214,245,219). Sum of RGB (Red+Green+Blue) = 214+245+219=678 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.56% from 678); Green value is 245 (96.09% from 255 or 36.14% from 678); Blue value is 219 (85.94% from 255 or 32.30% from 678); Max value from RGB is 245 - color contains mainly: green. Hex color #D6F5DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F5DB is #290A24. Grayscale: #E8E8E8. Windows color (decimal): -2689573 or 14415318. OLE color: 14415318.
HSL color Cylindrical-coordinate representation of color #D6F5DB: hue angle of 129.68º degrees, saturation: 0.61, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6F5DB is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
RGB | 214 | 245 | 219 | - |
CMYK | 0.13 | 0 | 0.11 | 0.04 |
HSL | 129.68º | 0.61% | 0.9% | - |
HSV(B) | 129.68º | 0.13% | 0.96% | - |
XYZ | 73.17 | 84.72 | 79.51 | - |
YUV | 232.77 | 120.23 | 114.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 245 | 219 | 0.13 | 0 | 0.11 | 0.04 | 129.68 | 0.61 | 0.9 |
Hex | D6 | F5 | DB | D | 0 | B | 4 | 82 | 3D | 5A |
Octal | 326 | 365 | 333 | 15 | 0 | 13 | 4 | 202 | 75 | 132 |
Binary | 11010110 | 11110101 | 11011011 | 1101 | 0 | 1011 | 100 | 10000010 | 111101 | 1011010 |
Color Harmonies of #D6F5DB
Complementary color
Monochromatic Colors of #D6F5DB
Black with #D6F5DB
Text Example
Text Example
White with #D6F5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F5DB; }
p { color: rgb(214,245,219); }
H1.HeaderClassName
{
color: #D6F5DB;
}
.AnyTagClassName
{
color: #D6F5DB;
}
</style>
background-color css
<style>
a { background-color: #D6F5DB; }
a { background-color: rgb(214,245,219); }
div.DivClassName
{
background-color: #D6F5DB;
}
.BgClassName
{
background-color: #D6F5DB;
}
</style>
border-color css
<style>
span { border-color: #D6F5DB; }
span { border-color: rgb(214,245,219); }
td.TdClassName
{
border-color: #D6F5DB;
}
.TagClassName
{
border-color: #D6F5DB;
}
</style>