Shades of Tea Green #CDF3BD
Tints of Tea Green #CDF3BD
RGB
CMYK
RGB Variations
Color information
#CDF3BD (or 0xCDF3BD) is known color: Tea Green. HEX triplet: CD, F3 and BD. RGB value is (205,243,189). Sum of RGB (Red+Green+Blue) = 205+243+189=637 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.18% from 637); Green value is 243 (95.31% from 255 or 38.15% from 637); Blue value is 189 (74.22% from 255 or 29.67% from 637); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF3BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF3BD is #320C42. Grayscale: #E1E1E1. Windows color (decimal): -3279939 or 12448717. OLE color: 12448717.
HSL color Cylindrical-coordinate representation of color #CDF3BD: hue angle of 102.22º degrees, saturation: 0.69, 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 #CDF3BD is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 243 | 189 | - |
| CMYK | 0.16 | 0 | 0.22 | 0.05 |
| HSL | 102.22º | 0.69% | 0.85% | - |
| HSV(B) | 102.22º | 0.22% | 0.95% | - |
| XYZ | 66.41 | 80.75 | 60.23 | - |
| YUV | 225.48 | 107.41 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 243 | 189 | 0.16 | 0 | 0.22 | 0.05 | 102.22 | 0.69 | 0.85 |
| Hex | CD | F3 | BD | 10 | 0 | 16 | 5 | 66 | 45 | 55 |
| Octal | 315 | 363 | 275 | 20 | 0 | 26 | 5 | 146 | 105 | 125 |
| Binary | 11001101 | 11110011 | 10111101 | 10000 | 0 | 10110 | 101 | 1100110 | 1000101 | 1010101 |
Color Harmonies of #CDF3BD
Complementary color
Monochromatic Colors of #CDF3BD
Black with #CDF3BD
Text Example
Text Example
White with #CDF3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF3BD; }
p { color: rgb(205,243,189); }
H1.HeaderClassName
{
color: #CDF3BD;
}
.AnyTagClassName
{
color: #CDF3BD;
}
</style>
background-color css
<style>
a { background-color: #CDF3BD; }
a { background-color: rgb(205,243,189); }
div.DivClassName
{
background-color: #CDF3BD;
}
.BgClassName
{
background-color: #CDF3BD;
}
</style>
border-color css
<style>
span { border-color: #CDF3BD; }
span { border-color: rgb(205,243,189); }
td.TdClassName
{
border-color: #CDF3BD;
}
.TagClassName
{
border-color: #CDF3BD;
}
</style>