Shades of Tea Green #CDF4B0
Tints of Tea Green #CDF4B0
RGB
CMYK
RGB Variations
Color information
#CDF4B0 (or 0xCDF4B0) is known color: Tea Green. HEX triplet: CD, F4 and B0. RGB value is (205,244,176). Sum of RGB (Red+Green+Blue) = 205+244+176=625 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.8% from 625); Green value is 244 (95.70% from 255 or 39.04% from 625); Blue value is 176 (69.14% from 255 or 28.16% from 625); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF4B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF4B0 is #320B4F. Grayscale: #E0E0E0. Windows color (decimal): -3279696 or 11597005. OLE color: 11597005.
HSL color Cylindrical-coordinate representation of color #CDF4B0: hue angle of 94.41º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDF4B0 is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 244 | 176 | - |
| CMYK | 0.16 | 0 | 0.28 | 0.04 |
| HSL | 94.41º | 0.76% | 0.82% | - |
| HSV(B) | 94.41º | 0.28% | 0.96% | - |
| XYZ | 65.36 | 80.82 | 53.23 | - |
| YUV | 224.59 | 100.58 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 244 | 176 | 0.16 | 0 | 0.28 | 0.04 | 94.41 | 0.76 | 0.82 |
| Hex | CD | F4 | B0 | 10 | 0 | 1C | 4 | 5E | 4C | 52 |
| Octal | 315 | 364 | 260 | 20 | 0 | 34 | 4 | 136 | 114 | 122 |
| Binary | 11001101 | 11110100 | 10110000 | 10000 | 0 | 11100 | 100 | 1011110 | 1001100 | 1010010 |
Color Harmonies of #CDF4B0
Complementary color
Monochromatic Colors of #CDF4B0
Black with #CDF4B0
Text Example
Text Example
White with #CDF4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF4B0; }
p { color: rgb(205,244,176); }
H1.HeaderClassName
{
color: #CDF4B0;
}
.AnyTagClassName
{
color: #CDF4B0;
}
</style>
background-color css
<style>
a { background-color: #CDF4B0; }
a { background-color: rgb(205,244,176); }
div.DivClassName
{
background-color: #CDF4B0;
}
.BgClassName
{
background-color: #CDF4B0;
}
</style>
border-color css
<style>
span { border-color: #CDF4B0; }
span { border-color: rgb(205,244,176); }
td.TdClassName
{
border-color: #CDF4B0;
}
.TagClassName
{
border-color: #CDF4B0;
}
</style>