Shades of Tea Green #CDF4BD
Tints of Tea Green #CDF4BD
RGB
CMYK
RGB Variations
Color information
#CDF4BD (or 0xCDF4BD) is known color: Tea Green. HEX triplet: CD, F4 and BD. RGB value is (205,244,189). Sum of RGB (Red+Green+Blue) = 205+244+189=638 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.13% from 638); Green value is 244 (95.70% from 255 or 38.24% from 638); Blue value is 189 (74.22% from 255 or 29.62% from 638); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF4BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF4BD is #320B42. Grayscale: #E2E2E2. Windows color (decimal): -3279683 or 12448973. OLE color: 12448973.
HSL color Cylindrical-coordinate representation of color #CDF4BD: hue angle of 102.55º degrees, saturation: 0.71, 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 #CDF4BD is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 244 | 189 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.04 |
| HSL | 102.55º | 0.71% | 0.85% | - |
| HSV(B) | 102.55º | 0.23% | 0.96% | - |
| XYZ | 66.71 | 81.35 | 60.33 | - |
| YUV | 226.07 | 107.08 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 244 | 189 | 0.16 | 0 | 0.23 | 0.04 | 102.55 | 0.71 | 0.85 |
| Hex | CD | F4 | BD | 10 | 0 | 17 | 4 | 67 | 47 | 55 |
| Octal | 315 | 364 | 275 | 20 | 0 | 27 | 4 | 147 | 107 | 125 |
| Binary | 11001101 | 11110100 | 10111101 | 10000 | 0 | 10111 | 100 | 1100111 | 1000111 | 1010101 |
Color Harmonies of #CDF4BD
Complementary color
Monochromatic Colors of #CDF4BD
Black with #CDF4BD
Text Example
Text Example
White with #CDF4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF4BD; }
p { color: rgb(205,244,189); }
H1.HeaderClassName
{
color: #CDF4BD;
}
.AnyTagClassName
{
color: #CDF4BD;
}
</style>
background-color css
<style>
a { background-color: #CDF4BD; }
a { background-color: rgb(205,244,189); }
div.DivClassName
{
background-color: #CDF4BD;
}
.BgClassName
{
background-color: #CDF4BD;
}
</style>
border-color css
<style>
span { border-color: #CDF4BD; }
span { border-color: rgb(205,244,189); }
td.TdClassName
{
border-color: #CDF4BD;
}
.TagClassName
{
border-color: #CDF4BD;
}
</style>