Shades of Tea Green #CDF2BD
Tints of Tea Green #CDF2BD
RGB
CMYK
RGB Variations
Color information
#CDF2BD (or 0xCDF2BD) is known color: Tea Green. HEX triplet: CD, F2 and BD. RGB value is (205,242,189). Sum of RGB (Red+Green+Blue) = 205+242+189=636 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.23% from 636); Green value is 242 (94.92% from 255 or 38.05% from 636); Blue value is 189 (74.22% from 255 or 29.72% from 636); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF2BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF2BD is #320D42. Grayscale: #E1E1E1. Windows color (decimal): -3280195 or 12448461. OLE color: 12448461.
HSL color Cylindrical-coordinate representation of color #CDF2BD: hue angle of 101.89º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CDF2BD is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 242 | 189 | - |
| CMYK | 0.15 | 0 | 0.22 | 0.05 |
| HSL | 101.89º | 0.67% | 0.85% | - |
| HSV(B) | 101.89º | 0.22% | 0.95% | - |
| XYZ | 66.11 | 80.16 | 60.13 | - |
| YUV | 224.9 | 107.74 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 242 | 189 | 0.15 | 0 | 0.22 | 0.05 | 101.89 | 0.67 | 0.85 |
| Hex | CD | F2 | BD | F | 0 | 16 | 5 | 66 | 43 | 55 |
| Octal | 315 | 362 | 275 | 17 | 0 | 26 | 5 | 146 | 103 | 125 |
| Binary | 11001101 | 11110010 | 10111101 | 1111 | 0 | 10110 | 101 | 1100110 | 1000011 | 1010101 |
Color Harmonies of #CDF2BD
Complementary color
Monochromatic Colors of #CDF2BD
Black with #CDF2BD
Text Example
Text Example
White with #CDF2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF2BD; }
p { color: rgb(205,242,189); }
H1.HeaderClassName
{
color: #CDF2BD;
}
.AnyTagClassName
{
color: #CDF2BD;
}
</style>
background-color css
<style>
a { background-color: #CDF2BD; }
a { background-color: rgb(205,242,189); }
div.DivClassName
{
background-color: #CDF2BD;
}
.BgClassName
{
background-color: #CDF2BD;
}
</style>
border-color css
<style>
span { border-color: #CDF2BD; }
span { border-color: rgb(205,242,189); }
td.TdClassName
{
border-color: #CDF2BD;
}
.TagClassName
{
border-color: #CDF2BD;
}
</style>