Shades of Off Green #D6FDDB
Tints of Off Green #D6FDDB
RGB
CMYK
RGB Variations
Color information
#D6FDDB (or 0xD6FDDB) is known color: Off Green. HEX triplet: D6, FD and DB. RGB value is (214,253,219). Sum of RGB (Red+Green+Blue) = 214+253+219=686 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.20% from 686); Green value is 253 (99.22% from 255 or 36.88% from 686); Blue value is 219 (85.94% from 255 or 31.92% from 686); Max value from RGB is 253 - color contains mainly: green. Hex color #D6FDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FDDB is #290224. Grayscale: #EDEDED. Windows color (decimal): -2687525 or 14417366. OLE color: 14417366.
HSL color Cylindrical-coordinate representation of color #D6FDDB: hue angle of 127.69º degrees, saturation: 0.91, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6FDDB is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 214 | 253 | 219 | - |
CMYK | 0.15 | 0 | 0.13 | 0.01 |
HSL | 127.69º | 0.91% | 0.92% | - |
HSV(B) | 127.69º | 0.15% | 0.99% | - |
XYZ | 75.64 | 89.66 | 80.34 | - |
YUV | 237.46 | 117.58 | 111.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 253 | 219 | 0.15 | 0 | 0.13 | 0.01 | 127.69 | 0.91 | 0.92 |
Hex | D6 | FD | DB | F | 0 | D | 1 | 80 | 5B | 5C |
Octal | 326 | 375 | 333 | 17 | 0 | 15 | 1 | 200 | 133 | 134 |
Binary | 11010110 | 11111101 | 11011011 | 1111 | 0 | 1101 | 1 | 10000000 | 1011011 | 1011100 |
Color Harmonies of #D6FDDB
Complementary color
Monochromatic Colors of #D6FDDB
Black with #D6FDDB
Text Example
Text Example
White with #D6FDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FDDB; }
p { color: rgb(214,253,219); }
H1.HeaderClassName
{
color: #D6FDDB;
}
.AnyTagClassName
{
color: #D6FDDB;
}
</style>
background-color css
<style>
a { background-color: #D6FDDB; }
a { background-color: rgb(214,253,219); }
div.DivClassName
{
background-color: #D6FDDB;
}
.BgClassName
{
background-color: #D6FDDB;
}
</style>
border-color css
<style>
span { border-color: #D6FDDB; }
span { border-color: rgb(214,253,219); }
td.TdClassName
{
border-color: #D6FDDB;
}
.TagClassName
{
border-color: #D6FDDB;
}
</style>