Shades of Tea Green #DCFCBD
Tints of Tea Green #DCFCBD
RGB
CMYK
RGB Variations
Color information
#DCFCBD (or 0xDCFCBD) is known color: Tea Green. HEX triplet: DC, FC and BD. RGB value is (220,252,189). Sum of RGB (Red+Green+Blue) = 220+252+189=661 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.28% from 661); Green value is 252 (98.83% from 255 or 38.12% from 661); Blue value is 189 (74.22% from 255 or 28.59% from 661); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFCBD is #230342. Grayscale: #EBEBEB. Windows color (decimal): -2294595 or 12451036. OLE color: 12451036.
HSL color Cylindrical-coordinate representation of color #DCFCBD: hue angle of 90.48º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCFCBD is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 189 | - |
| CMYK | 0.13 | 0 | 0.25 | 0.01 |
| HSL | 90.48º | 0.91% | 0.86% | - |
| HSV(B) | 90.48º | 0.25% | 0.99% | - |
| XYZ | 73.51 | 88.51 | 61.35 | - |
| YUV | 235.25 | 101.9 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 189 | 0.13 | 0 | 0.25 | 0.01 | 90.48 | 0.91 | 0.86 |
| Hex | DC | FC | BD | D | 0 | 19 | 1 | 5A | 5B | 56 |
| Octal | 334 | 374 | 275 | 15 | 0 | 31 | 1 | 132 | 133 | 126 |
| Binary | 11011100 | 11111100 | 10111101 | 1101 | 0 | 11001 | 1 | 1011010 | 1011011 | 1010110 |
Color Harmonies of #DCFCBD
Complementary color
Monochromatic Colors of #DCFCBD
Black with #DCFCBD
Text Example
Text Example
White with #DCFCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFCBD; }
p { color: rgb(220,252,189); }
H1.HeaderClassName
{
color: #DCFCBD;
}
.AnyTagClassName
{
color: #DCFCBD;
}
</style>
background-color css
<style>
a { background-color: #DCFCBD; }
a { background-color: rgb(220,252,189); }
div.DivClassName
{
background-color: #DCFCBD;
}
.BgClassName
{
background-color: #DCFCBD;
}
</style>
border-color css
<style>
span { border-color: #DCFCBD; }
span { border-color: rgb(220,252,189); }
td.TdClassName
{
border-color: #DCFCBD;
}
.TagClassName
{
border-color: #DCFCBD;
}
</style>