Shades of Tea Green #D0FFBD
Tints of Tea Green #D0FFBD
RGB
CMYK
RGB Variations
Color information
#D0FFBD (or 0xD0FFBD) is known color: Tea Green. HEX triplet: D0, FF and BD. RGB value is (208,255,189). Sum of RGB (Red+Green+Blue) = 208+255+189=652 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.90% from 652); Green value is 255 (100% from 255 or 39.11% from 652); Blue value is 189 (74.22% from 255 or 28.99% from 652); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FFBD is #2F0042. Grayscale: #E9E9E9. Windows color (decimal): -3080259 or 12451792. OLE color: 12451792.
HSL color Cylindrical-coordinate representation of color #D0FFBD: hue angle of 102.73º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D0FFBD is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
RGB | 208 | 255 | 189 | - |
CMYK | 0.18 | 0 | 0.26 | 0 |
HSL | 102.73º | 1% | 0.87% | - |
HSV(B) | 102.73º | 0.26% | 1% | - |
XYZ | 70.96 | 88.6 | 61.51 | - |
YUV | 233.42 | 102.93 | 109.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 255 | 189 | 0.18 | 0 | 0.26 | 0 | 102.73 | 1 | 0.87 |
Hex | D0 | FF | BD | 12 | 0 | 1A | 0 | 67 | 64 | 57 |
Octal | 320 | 377 | 275 | 22 | 0 | 32 | 0 | 147 | 144 | 127 |
Binary | 11010000 | 11111111 | 10111101 | 10010 | 0 | 11010 | 0 | 1100111 | 1100100 | 1010111 |
Color Harmonies of #D0FFBD
Complementary color
Monochromatic Colors of #D0FFBD
Black with #D0FFBD
Text Example
Text Example
White with #D0FFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FFBD; }
p { color: rgb(208,255,189); }
H1.HeaderClassName
{
color: #D0FFBD;
}
.AnyTagClassName
{
color: #D0FFBD;
}
</style>
background-color css
<style>
a { background-color: #D0FFBD; }
a { background-color: rgb(208,255,189); }
div.DivClassName
{
background-color: #D0FFBD;
}
.BgClassName
{
background-color: #D0FFBD;
}
</style>
border-color css
<style>
span { border-color: #D0FFBD; }
span { border-color: rgb(208,255,189); }
td.TdClassName
{
border-color: #D0FFBD;
}
.TagClassName
{
border-color: #D0FFBD;
}
</style>