Shades of Tea Green #CDF3B1
Tints of Tea Green #CDF3B1
RGB
CMYK
RGB Variations
Color information
#CDF3B1 (or 0xCDF3B1) is known color: Tea Green. HEX triplet: CD, F3 and B1. RGB value is (205,243,177). Sum of RGB (Red+Green+Blue) = 205+243+177=625 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.8% from 625); Green value is 243 (95.31% from 255 or 38.88% from 625); Blue value is 177 (69.53% from 255 or 28.32% from 625); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF3B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF3B1 is #320C4E. Grayscale: #E0E0E0. Windows color (decimal): -3279951 or 11662285. OLE color: 11662285.
HSL color Cylindrical-coordinate representation of color #CDF3B1: hue angle of 94.55º degrees, saturation: 0.73, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDF3B1 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 243 | 177 | - |
| CMYK | 0.16 | 0 | 0.27 | 0.05 |
| HSL | 94.55º | 0.73% | 0.82% | - |
| HSV(B) | 94.55º | 0.27% | 0.95% | - |
| XYZ | 65.16 | 80.25 | 53.65 | - |
| YUV | 224.11 | 101.41 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 243 | 177 | 0.16 | 0 | 0.27 | 0.05 | 94.55 | 0.73 | 0.82 |
| Hex | CD | F3 | B1 | 10 | 0 | 1B | 5 | 5F | 49 | 52 |
| Octal | 315 | 363 | 261 | 20 | 0 | 33 | 5 | 137 | 111 | 122 |
| Binary | 11001101 | 11110011 | 10110001 | 10000 | 0 | 11011 | 101 | 1011111 | 1001001 | 1010010 |
Color Harmonies of #CDF3B1
Complementary color
Monochromatic Colors of #CDF3B1
Black with #CDF3B1
Text Example
Text Example
White with #CDF3B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF3B1; }
p { color: rgb(205,243,177); }
H1.HeaderClassName
{
color: #CDF3B1;
}
.AnyTagClassName
{
color: #CDF3B1;
}
</style>
background-color css
<style>
a { background-color: #CDF3B1; }
a { background-color: rgb(205,243,177); }
div.DivClassName
{
background-color: #CDF3B1;
}
.BgClassName
{
background-color: #CDF3B1;
}
</style>
border-color css
<style>
span { border-color: #CDF3B1; }
span { border-color: rgb(205,243,177); }
td.TdClassName
{
border-color: #CDF3B1;
}
.TagClassName
{
border-color: #CDF3B1;
}
</style>