Shades of Off Green #D6FADB
Tints of Off Green #D6FADB
RGB
CMYK
RGB Variations
Color information
#D6FADB (or 0xD6FADB) is known color: Off Green. HEX triplet: D6, FA and DB. RGB value is (214,250,219). Sum of RGB (Red+Green+Blue) = 214+250+219=683 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.33% from 683); Green value is 250 (98.05% from 255 or 36.60% from 683); Blue value is 219 (85.94% from 255 or 32.06% from 683); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FADB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FADB is #290524. Grayscale: #EBEBEB. Windows color (decimal): -2688293 or 14416598. OLE color: 14416598.
HSL color Cylindrical-coordinate representation of color #D6FADB: hue angle of 128.33º degrees, saturation: 0.78, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6FADB is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 250 | 219 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.02 |
| HSL | 128.33º | 0.78% | 0.91% | - |
| HSV(B) | 128.33º | 0.14% | 0.98% | - |
| XYZ | 74.7 | 87.78 | 80.02 | - |
| YUV | 235.7 | 118.57 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 250 | 219 | 0.14 | 0 | 0.12 | 0.02 | 128.33 | 0.78 | 0.91 |
| Hex | D6 | FA | DB | E | 0 | C | 2 | 80 | 4E | 5B |
| Octal | 326 | 372 | 333 | 16 | 0 | 14 | 2 | 200 | 116 | 133 |
| Binary | 11010110 | 11111010 | 11011011 | 1110 | 0 | 1100 | 10 | 10000000 | 1001110 | 1011011 |
Color Harmonies of #D6FADB
Complementary color
Monochromatic Colors of #D6FADB
Black with #D6FADB
Text Example
Text Example
White with #D6FADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FADB; }
p { color: rgb(214,250,219); }
H1.HeaderClassName
{
color: #D6FADB;
}
.AnyTagClassName
{
color: #D6FADB;
}
</style>
background-color css
<style>
a { background-color: #D6FADB; }
a { background-color: rgb(214,250,219); }
div.DivClassName
{
background-color: #D6FADB;
}
.BgClassName
{
background-color: #D6FADB;
}
</style>
border-color css
<style>
span { border-color: #D6FADB; }
span { border-color: rgb(214,250,219); }
td.TdClassName
{
border-color: #D6FADB;
}
.TagClassName
{
border-color: #D6FADB;
}
</style>