Shades of Tea Green #CDF9BD
Tints of Tea Green #CDF9BD
RGB
CMYK
RGB Variations
Color information
#CDF9BD (or 0xCDF9BD) is known color: Tea Green. HEX triplet: CD, F9 and BD. RGB value is (205,249,189). Sum of RGB (Red+Green+Blue) = 205+249+189=643 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.88% from 643); Green value is 249 (97.66% from 255 or 38.72% from 643); Blue value is 189 (74.22% from 255 or 29.39% from 643); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF9BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF9BD is #320642. Grayscale: #E5E5E5. Windows color (decimal): -3278403 or 12450253. OLE color: 12450253.
HSL color Cylindrical-coordinate representation of color #CDF9BD: hue angle of 104º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDF9BD is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 249 | 189 | - |
| CMYK | 0.18 | 0 | 0.24 | 0.02 |
| HSL | 104º | 0.83% | 0.86% | - |
| HSV(B) | 104º | 0.24% | 0.98% | - |
| XYZ | 68.24 | 84.4 | 60.84 | - |
| YUV | 229 | 105.42 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 249 | 189 | 0.18 | 0 | 0.24 | 0.02 | 104 | 0.83 | 0.86 |
| Hex | CD | F9 | BD | 12 | 0 | 18 | 2 | 68 | 53 | 56 |
| Octal | 315 | 371 | 275 | 22 | 0 | 30 | 2 | 150 | 123 | 126 |
| Binary | 11001101 | 11111001 | 10111101 | 10010 | 0 | 11000 | 10 | 1101000 | 1010011 | 1010110 |
Color Harmonies of #CDF9BD
Complementary color
Monochromatic Colors of #CDF9BD
Black with #CDF9BD
Text Example
Text Example
White with #CDF9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF9BD; }
p { color: rgb(205,249,189); }
H1.HeaderClassName
{
color: #CDF9BD;
}
.AnyTagClassName
{
color: #CDF9BD;
}
</style>
background-color css
<style>
a { background-color: #CDF9BD; }
a { background-color: rgb(205,249,189); }
div.DivClassName
{
background-color: #CDF9BD;
}
.BgClassName
{
background-color: #CDF9BD;
}
</style>
border-color css
<style>
span { border-color: #CDF9BD; }
span { border-color: rgb(205,249,189); }
td.TdClassName
{
border-color: #CDF9BD;
}
.TagClassName
{
border-color: #CDF9BD;
}
</style>