Shades of Tea Green #CDF7BD
Tints of Tea Green #CDF7BD
RGB
CMYK
RGB Variations
Color information
#CDF7BD (or 0xCDF7BD) is known color: Tea Green. HEX triplet: CD, F7 and BD. RGB value is (205,247,189). Sum of RGB (Red+Green+Blue) = 205+247+189=641 (84% of max value = 765). Red value is 205 (80.47% from 255 or 31.98% from 641); Green value is 247 (96.88% from 255 or 38.53% from 641); Blue value is 189 (74.22% from 255 or 29.49% from 641); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF7BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF7BD is #320842. Grayscale: #E4E4E4. Windows color (decimal): -3278915 or 12449741. OLE color: 12449741.
HSL color Cylindrical-coordinate representation of color #CDF7BD: hue angle of 103.45º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDF7BD is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 247 | 189 | - |
| CMYK | 0.17 | 0 | 0.23 | 0.03 |
| HSL | 103.45º | 0.78% | 0.85% | - |
| HSV(B) | 103.45º | 0.23% | 0.97% | - |
| XYZ | 67.62 | 83.17 | 60.63 | - |
| YUV | 227.83 | 106.09 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 247 | 189 | 0.17 | 0 | 0.23 | 0.03 | 103.45 | 0.78 | 0.85 |
| Hex | CD | F7 | BD | 11 | 0 | 17 | 3 | 67 | 4E | 55 |
| Octal | 315 | 367 | 275 | 21 | 0 | 27 | 3 | 147 | 116 | 125 |
| Binary | 11001101 | 11110111 | 10111101 | 10001 | 0 | 10111 | 11 | 1100111 | 1001110 | 1010101 |
Color Harmonies of #CDF7BD
Complementary color
Monochromatic Colors of #CDF7BD
Black with #CDF7BD
Text Example
Text Example
White with #CDF7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF7BD; }
p { color: rgb(205,247,189); }
H1.HeaderClassName
{
color: #CDF7BD;
}
.AnyTagClassName
{
color: #CDF7BD;
}
</style>
background-color css
<style>
a { background-color: #CDF7BD; }
a { background-color: rgb(205,247,189); }
div.DivClassName
{
background-color: #CDF7BD;
}
.BgClassName
{
background-color: #CDF7BD;
}
</style>
border-color css
<style>
span { border-color: #CDF7BD; }
span { border-color: rgb(205,247,189); }
td.TdClassName
{
border-color: #CDF7BD;
}
.TagClassName
{
border-color: #CDF7BD;
}
</style>