Shades of Tea Green #DCFDBF
Tints of Tea Green #DCFDBF
RGB
CMYK
RGB Variations
Color information
#DCFDBF (or 0xDCFDBF) is known color: Tea Green. HEX triplet: DC, FD and BF. RGB value is (220,253,191). Sum of RGB (Red+Green+Blue) = 220+253+191=664 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.13% from 664); Green value is 253 (99.22% from 255 or 38.10% from 664); Blue value is 191 (75% from 255 or 28.77% from 664); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFDBF is #230240. Grayscale: #ECECEC. Windows color (decimal): -2294337 or 12582364. OLE color: 12582364.
HSL color Cylindrical-coordinate representation of color #DCFDBF: hue angle of 91.94º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCFDBF is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 253 | 191 | - |
| CMYK | 0.13 | 0 | 0.25 | 0.01 |
| HSL | 91.94º | 0.94% | 0.87% | - |
| HSV(B) | 91.94º | 0.25% | 0.99% | - |
| XYZ | 74.04 | 89.23 | 62.61 | - |
| YUV | 236.07 | 102.57 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 253 | 191 | 0.13 | 0 | 0.25 | 0.01 | 91.94 | 0.94 | 0.87 |
| Hex | DC | FD | BF | D | 0 | 19 | 1 | 5C | 5E | 57 |
| Octal | 334 | 375 | 277 | 15 | 0 | 31 | 1 | 134 | 136 | 127 |
| Binary | 11011100 | 11111101 | 10111111 | 1101 | 0 | 11001 | 1 | 1011100 | 1011110 | 1010111 |
Color Harmonies of #DCFDBF
Complementary color
Monochromatic Colors of #DCFDBF
Black with #DCFDBF
Text Example
Text Example
White with #DCFDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFDBF; }
p { color: rgb(220,253,191); }
H1.HeaderClassName
{
color: #DCFDBF;
}
.AnyTagClassName
{
color: #DCFDBF;
}
</style>
background-color css
<style>
a { background-color: #DCFDBF; }
a { background-color: rgb(220,253,191); }
div.DivClassName
{
background-color: #DCFDBF;
}
.BgClassName
{
background-color: #DCFDBF;
}
</style>
border-color css
<style>
span { border-color: #DCFDBF; }
span { border-color: rgb(220,253,191); }
td.TdClassName
{
border-color: #DCFDBF;
}
.TagClassName
{
border-color: #DCFDBF;
}
</style>