Shades of Tea Green #D0FEBB
Tints of Tea Green #D0FEBB
RGB
CMYK
RGB Variations
Color information
#D0FEBB (or 0xD0FEBB) is known color: Tea Green. HEX triplet: D0, FE and BB. RGB value is (208,254,187). Sum of RGB (Red+Green+Blue) = 208+254+187=649 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.05% from 649); Green value is 254 (99.61% from 255 or 39.14% from 649); Blue value is 187 (73.44% from 255 or 28.81% from 649); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FEBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FEBB is #2F0144. Grayscale: #E8E8E8. Windows color (decimal): -3080517 or 12320464. OLE color: 12320464.
HSL color Cylindrical-coordinate representation of color #D0FEBB: hue angle of 101.19º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D0FEBB is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 254 | 187 | - |
| CMYK | 0.18 | 0 | 0.26 | 0.00 |
| HSL | 101.19º | 0.97% | 0.86% | - |
| HSV(B) | 101.19º | 0.26% | 1% | - |
| XYZ | 70.42 | 87.88 | 60.26 | - |
| YUV | 232.61 | 102.26 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 254 | 187 | 0.18 | 0 | 0.26 | 0.00 | 101.19 | 0.97 | 0.86 |
| Hex | D0 | FE | BB | 12 | 0 | 1A | 0 | 65 | 61 | 56 |
| Octal | 320 | 376 | 273 | 22 | 0 | 32 | 0 | 145 | 141 | 126 |
| Binary | 11010000 | 11111110 | 10111011 | 10010 | 0 | 11010 | 0 | 1100101 | 1100001 | 1010110 |
Color Harmonies of #D0FEBB
Complementary color
Monochromatic Colors of #D0FEBB
Black with #D0FEBB
Text Example
Text Example
White with #D0FEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FEBB; }
p { color: rgb(208,254,187); }
H1.HeaderClassName
{
color: #D0FEBB;
}
.AnyTagClassName
{
color: #D0FEBB;
}
</style>
background-color css
<style>
a { background-color: #D0FEBB; }
a { background-color: rgb(208,254,187); }
div.DivClassName
{
background-color: #D0FEBB;
}
.BgClassName
{
background-color: #D0FEBB;
}
</style>
border-color css
<style>
span { border-color: #D0FEBB; }
span { border-color: rgb(208,254,187); }
td.TdClassName
{
border-color: #D0FEBB;
}
.TagClassName
{
border-color: #D0FEBB;
}
</style>