Shades of Tea Green #CDF2B9
Tints of Tea Green #CDF2B9
RGB
CMYK
RGB Variations
Color information
#CDF2B9 (or 0xCDF2B9) is known color: Tea Green. HEX triplet: CD, F2 and B9. RGB value is (205,242,185). Sum of RGB (Red+Green+Blue) = 205+242+185=632 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.44% from 632); Green value is 242 (94.92% from 255 or 38.29% from 632); Blue value is 185 (72.66% from 255 or 29.27% from 632); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF2B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF2B9 is #320D46. Grayscale: #E0E0E0. Windows color (decimal): -3280199 or 12186317. OLE color: 12186317.
HSL color Cylindrical-coordinate representation of color #CDF2B9: hue angle of 98.95º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDF2B9 is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 242 | 185 | - |
| CMYK | 0.15 | 0 | 0.24 | 0.05 |
| HSL | 98.95º | 0.69% | 0.84% | - |
| HSV(B) | 98.95º | 0.24% | 0.95% | - |
| XYZ | 65.69 | 79.99 | 57.88 | - |
| YUV | 224.44 | 105.74 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 242 | 185 | 0.15 | 0 | 0.24 | 0.05 | 98.95 | 0.69 | 0.84 |
| Hex | CD | F2 | B9 | F | 0 | 18 | 5 | 63 | 45 | 54 |
| Octal | 315 | 362 | 271 | 17 | 0 | 30 | 5 | 143 | 105 | 124 |
| Binary | 11001101 | 11110010 | 10111001 | 1111 | 0 | 11000 | 101 | 1100011 | 1000101 | 1010100 |
Color Harmonies of #CDF2B9
Complementary color
Monochromatic Colors of #CDF2B9
Black with #CDF2B9
Text Example
Text Example
White with #CDF2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF2B9; }
p { color: rgb(205,242,185); }
H1.HeaderClassName
{
color: #CDF2B9;
}
.AnyTagClassName
{
color: #CDF2B9;
}
</style>
background-color css
<style>
a { background-color: #CDF2B9; }
a { background-color: rgb(205,242,185); }
div.DivClassName
{
background-color: #CDF2B9;
}
.BgClassName
{
background-color: #CDF2B9;
}
</style>
border-color css
<style>
span { border-color: #CDF2B9; }
span { border-color: rgb(205,242,185); }
td.TdClassName
{
border-color: #CDF2B9;
}
.TagClassName
{
border-color: #CDF2B9;
}
</style>