Shades of Tea Green #CDF4BC
Tints of Tea Green #CDF4BC
RGB
CMYK
RGB Variations
Color information
#CDF4BC (or 0xCDF4BC) is known color: Tea Green. HEX triplet: CD, F4 and BC. RGB value is (205,244,188). Sum of RGB (Red+Green+Blue) = 205+244+188=637 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.18% from 637); Green value is 244 (95.70% from 255 or 38.30% from 637); Blue value is 188 (73.83% from 255 or 29.51% from 637); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF4BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF4BC is #320B43. Grayscale: #E2E2E2. Windows color (decimal): -3279684 or 12383437. OLE color: 12383437.
HSL color Cylindrical-coordinate representation of color #CDF4BC: hue angle of 101.79º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDF4BC is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 244 | 188 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.04 |
| HSL | 101.79º | 0.72% | 0.85% | - |
| HSV(B) | 101.79º | 0.23% | 0.96% | - |
| XYZ | 66.6 | 81.31 | 59.76 | - |
| YUV | 225.96 | 106.58 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 244 | 188 | 0.16 | 0 | 0.23 | 0.04 | 101.79 | 0.72 | 0.85 |
| Hex | CD | F4 | BC | 10 | 0 | 17 | 4 | 66 | 48 | 55 |
| Octal | 315 | 364 | 274 | 20 | 0 | 27 | 4 | 146 | 110 | 125 |
| Binary | 11001101 | 11110100 | 10111100 | 10000 | 0 | 10111 | 100 | 1100110 | 1001000 | 1010101 |
Color Harmonies of #CDF4BC
Complementary color
Monochromatic Colors of #CDF4BC
Black with #CDF4BC
Text Example
Text Example
White with #CDF4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF4BC; }
p { color: rgb(205,244,188); }
H1.HeaderClassName
{
color: #CDF4BC;
}
.AnyTagClassName
{
color: #CDF4BC;
}
</style>
background-color css
<style>
a { background-color: #CDF4BC; }
a { background-color: rgb(205,244,188); }
div.DivClassName
{
background-color: #CDF4BC;
}
.BgClassName
{
background-color: #CDF4BC;
}
</style>
border-color css
<style>
span { border-color: #CDF4BC; }
span { border-color: rgb(205,244,188); }
td.TdClassName
{
border-color: #CDF4BC;
}
.TagClassName
{
border-color: #CDF4BC;
}
</style>