Shades of Off Green #D0FED6
Tints of Off Green #D0FED6
RGB
CMYK
RGB Variations
Color information
#D0FED6 (or 0xD0FED6) is known color: Off Green. HEX triplet: D0, FE and D6. RGB value is (208,254,214). Sum of RGB (Red+Green+Blue) = 208+254+214=676 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.77% from 676); Green value is 254 (99.61% from 255 or 37.57% from 676); Blue value is 214 (83.98% from 255 or 31.66% from 676); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FED6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FED6 is #2F0129. Grayscale: #EBEBEB. Windows color (decimal): -3080490 or 14089936. OLE color: 14089936.
HSL color Cylindrical-coordinate representation of color #D0FED6: hue angle of 127.83º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0FED6 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 254 | 214 | - |
| CMYK | 0.18 | 0 | 0.16 | 0.00 |
| HSL | 127.83º | 0.96% | 0.91% | - |
| HSV(B) | 127.83º | 0.18% | 1% | - |
| XYZ | 73.59 | 89.15 | 76.95 | - |
| YUV | 235.69 | 115.76 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 254 | 214 | 0.18 | 0 | 0.16 | 0.00 | 127.83 | 0.96 | 0.91 |
| Hex | D0 | FE | D6 | 12 | 0 | 10 | 0 | 80 | 60 | 5B |
| Octal | 320 | 376 | 326 | 22 | 0 | 20 | 0 | 200 | 140 | 133 |
| Binary | 11010000 | 11111110 | 11010110 | 10010 | 0 | 10000 | 0 | 10000000 | 1100000 | 1011011 |
Color Harmonies of #D0FED6
Complementary color
Monochromatic Colors of #D0FED6
Black with #D0FED6
Text Example
Text Example
White with #D0FED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FED6; }
p { color: rgb(208,254,214); }
H1.HeaderClassName
{
color: #D0FED6;
}
.AnyTagClassName
{
color: #D0FED6;
}
</style>
background-color css
<style>
a { background-color: #D0FED6; }
a { background-color: rgb(208,254,214); }
div.DivClassName
{
background-color: #D0FED6;
}
.BgClassName
{
background-color: #D0FED6;
}
</style>
border-color css
<style>
span { border-color: #D0FED6; }
span { border-color: rgb(208,254,214); }
td.TdClassName
{
border-color: #D0FED6;
}
.TagClassName
{
border-color: #D0FED6;
}
</style>