Shades of Tea Green #CDF2B1
Tints of Tea Green #CDF2B1
RGB
CMYK
RGB Variations
Color information
#CDF2B1 (or 0xCDF2B1) is known color: Tea Green. HEX triplet: CD, F2 and B1. RGB value is (205,242,177). Sum of RGB (Red+Green+Blue) = 205+242+177=624 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.85% from 624); Green value is 242 (94.92% from 255 or 38.78% from 624); Blue value is 177 (69.53% from 255 or 28.37% from 624); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF2B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF2B1 is #320D4E. Grayscale: #DFDFDF. Windows color (decimal): -3280207 or 11662029. OLE color: 11662029.
HSL color Cylindrical-coordinate representation of color #CDF2B1: hue angle of 94.15º degrees, saturation: 0.71, 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 #CDF2B1 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 242 | 177 | - |
| CMYK | 0.15 | 0 | 0.27 | 0.05 |
| HSL | 94.15º | 0.71% | 0.82% | - |
| HSV(B) | 94.15º | 0.27% | 0.95% | - |
| XYZ | 64.86 | 79.66 | 53.55 | - |
| YUV | 223.53 | 101.74 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 242 | 177 | 0.15 | 0 | 0.27 | 0.05 | 94.15 | 0.71 | 0.82 |
| Hex | CD | F2 | B1 | F | 0 | 1B | 5 | 5E | 47 | 52 |
| Octal | 315 | 362 | 261 | 17 | 0 | 33 | 5 | 136 | 107 | 122 |
| Binary | 11001101 | 11110010 | 10110001 | 1111 | 0 | 11011 | 101 | 1011110 | 1000111 | 1010010 |
Color Harmonies of #CDF2B1
Complementary color
Monochromatic Colors of #CDF2B1
Black with #CDF2B1
Text Example
Text Example
White with #CDF2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF2B1; }
p { color: rgb(205,242,177); }
H1.HeaderClassName
{
color: #CDF2B1;
}
.AnyTagClassName
{
color: #CDF2B1;
}
</style>
background-color css
<style>
a { background-color: #CDF2B1; }
a { background-color: rgb(205,242,177); }
div.DivClassName
{
background-color: #CDF2B1;
}
.BgClassName
{
background-color: #CDF2B1;
}
</style>
border-color css
<style>
span { border-color: #CDF2B1; }
span { border-color: rgb(205,242,177); }
td.TdClassName
{
border-color: #CDF2B1;
}
.TagClassName
{
border-color: #CDF2B1;
}
</style>