Shades of Tea Green #CDF5BD
Tints of Tea Green #CDF5BD
RGB
CMYK
RGB Variations
Color information
#CDF5BD (or 0xCDF5BD) is known color: Tea Green. HEX triplet: CD, F5 and BD. RGB value is (205,245,189). Sum of RGB (Red+Green+Blue) = 205+245+189=639 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.08% from 639); Green value is 245 (96.09% from 255 or 38.34% from 639); Blue value is 189 (74.22% from 255 or 29.58% from 639); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF5BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF5BD is #320A42. Grayscale: #E2E2E2. Windows color (decimal): -3279427 or 12449229. OLE color: 12449229.
HSL color Cylindrical-coordinate representation of color #CDF5BD: hue angle of 102.86º degrees, saturation: 0.74, 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 #CDF5BD is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 245 | 189 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.04 |
| HSL | 102.86º | 0.74% | 0.85% | - |
| HSV(B) | 102.86º | 0.23% | 0.96% | - |
| XYZ | 67.01 | 81.96 | 60.43 | - |
| YUV | 226.66 | 106.75 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 245 | 189 | 0.16 | 0 | 0.23 | 0.04 | 102.86 | 0.74 | 0.85 |
| Hex | CD | F5 | BD | 10 | 0 | 17 | 4 | 67 | 4A | 55 |
| Octal | 315 | 365 | 275 | 20 | 0 | 27 | 4 | 147 | 112 | 125 |
| Binary | 11001101 | 11110101 | 10111101 | 10000 | 0 | 10111 | 100 | 1100111 | 1001010 | 1010101 |
Color Harmonies of #CDF5BD
Complementary color
Monochromatic Colors of #CDF5BD
Black with #CDF5BD
Text Example
Text Example
White with #CDF5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF5BD; }
p { color: rgb(205,245,189); }
H1.HeaderClassName
{
color: #CDF5BD;
}
.AnyTagClassName
{
color: #CDF5BD;
}
</style>
background-color css
<style>
a { background-color: #CDF5BD; }
a { background-color: rgb(205,245,189); }
div.DivClassName
{
background-color: #CDF5BD;
}
.BgClassName
{
background-color: #CDF5BD;
}
</style>
border-color css
<style>
span { border-color: #CDF5BD; }
span { border-color: rgb(205,245,189); }
td.TdClassName
{
border-color: #CDF5BD;
}
.TagClassName
{
border-color: #CDF5BD;
}
</style>