Shades of Tea Green #CDF3BF
Tints of Tea Green #CDF3BF
RGB
CMYK
RGB Variations
Color information
#CDF3BF (or 0xCDF3BF) is known color: Tea Green. HEX triplet: CD, F3 and BF. RGB value is (205,243,191). Sum of RGB (Red+Green+Blue) = 205+243+191=639 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.08% from 639); Green value is 243 (95.31% from 255 or 38.03% from 639); Blue value is 191 (75% from 255 or 29.89% from 639); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF3BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF3BF is #320C40. Grayscale: #E1E1E1. Windows color (decimal): -3279937 or 12579789. OLE color: 12579789.
HSL color Cylindrical-coordinate representation of color #CDF3BF: hue angle of 103.85º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDF3BF is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 243 | 191 | - |
| CMYK | 0.16 | 0 | 0.21 | 0.05 |
| HSL | 103.85º | 0.68% | 0.85% | - |
| HSV(B) | 103.85º | 0.21% | 0.95% | - |
| XYZ | 66.63 | 80.84 | 61.38 | - |
| YUV | 225.71 | 108.41 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 243 | 191 | 0.16 | 0 | 0.21 | 0.05 | 103.85 | 0.68 | 0.85 |
| Hex | CD | F3 | BF | 10 | 0 | 15 | 5 | 68 | 44 | 55 |
| Octal | 315 | 363 | 277 | 20 | 0 | 25 | 5 | 150 | 104 | 125 |
| Binary | 11001101 | 11110011 | 10111111 | 10000 | 0 | 10101 | 101 | 1101000 | 1000100 | 1010101 |
Color Harmonies of #CDF3BF
Complementary color
Monochromatic Colors of #CDF3BF
Black with #CDF3BF
Text Example
Text Example
White with #CDF3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF3BF; }
p { color: rgb(205,243,191); }
H1.HeaderClassName
{
color: #CDF3BF;
}
.AnyTagClassName
{
color: #CDF3BF;
}
</style>
background-color css
<style>
a { background-color: #CDF3BF; }
a { background-color: rgb(205,243,191); }
div.DivClassName
{
background-color: #CDF3BF;
}
.BgClassName
{
background-color: #CDF3BF;
}
</style>
border-color css
<style>
span { border-color: #CDF3BF; }
span { border-color: rgb(205,243,191); }
td.TdClassName
{
border-color: #CDF3BF;
}
.TagClassName
{
border-color: #CDF3BF;
}
</style>