Shades of Off Green #D6FFDB
Tints of Off Green #D6FFDB
RGB
CMYK
RGB Variations
Color information
#D6FFDB (or 0xD6FFDB) is known color: Off Green. HEX triplet: D6, FF and DB. RGB value is (214,255,219). Sum of RGB (Red+Green+Blue) = 214+255+219=688 (91% of max value = 765). Red value is 214 (83.98% from 255 or 31.10% from 688); Green value is 255 (100% from 255 or 37.06% from 688); Blue value is 219 (85.94% from 255 or 31.83% from 688); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FFDB is #290024. Grayscale: #EEEEEE. Windows color (decimal): -2687013 or 14417878. OLE color: 14417878.
HSL color Cylindrical-coordinate representation of color #D6FFDB: hue angle of 127.32º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D6FFDB is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
RGB | 214 | 255 | 219 | - |
CMYK | 0.16 | 0 | 0.14 | 0 |
HSL | 127.32º | 1% | 0.92% | - |
HSV(B) | 127.32º | 0.16% | 1% | - |
XYZ | 76.28 | 90.93 | 80.55 | - |
YUV | 238.64 | 116.92 | 110.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 255 | 219 | 0.16 | 0 | 0.14 | 0 | 127.32 | 1 | 0.92 |
Hex | D6 | FF | DB | 10 | 0 | E | 0 | 7F | 64 | 5C |
Octal | 326 | 377 | 333 | 20 | 0 | 16 | 0 | 177 | 144 | 134 |
Binary | 11010110 | 11111111 | 11011011 | 10000 | 0 | 1110 | 0 | 1111111 | 1100100 | 1011100 |
Color Harmonies of #D6FFDB
Complementary color
Monochromatic Colors of #D6FFDB
Black with #D6FFDB
Text Example
Text Example
White with #D6FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FFDB; }
p { color: rgb(214,255,219); }
H1.HeaderClassName
{
color: #D6FFDB;
}
.AnyTagClassName
{
color: #D6FFDB;
}
</style>
background-color css
<style>
a { background-color: #D6FFDB; }
a { background-color: rgb(214,255,219); }
div.DivClassName
{
background-color: #D6FFDB;
}
.BgClassName
{
background-color: #D6FFDB;
}
</style>
border-color css
<style>
span { border-color: #D6FFDB; }
span { border-color: rgb(214,255,219); }
td.TdClassName
{
border-color: #D6FFDB;
}
.TagClassName
{
border-color: #D6FFDB;
}
</style>