Shades of Tea Green #CDF2BE
Tints of Tea Green #CDF2BE
RGB
CMYK
RGB Variations
Color information
#CDF2BE (or 0xCDF2BE) is known color: Tea Green. HEX triplet: CD, F2 and BE. RGB value is (205,242,190). Sum of RGB (Red+Green+Blue) = 205+242+190=637 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.18% from 637); Green value is 242 (94.92% from 255 or 37.99% from 637); Blue value is 190 (74.61% from 255 or 29.83% from 637); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF2BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF2BE is #320D41. Grayscale: #E1E1E1. Windows color (decimal): -3280194 or 12513997. OLE color: 12513997.
HSL color Cylindrical-coordinate representation of color #CDF2BE: hue angle of 102.69º degrees, saturation: 0.67, 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 #CDF2BE is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 242 | 190 | - |
| CMYK | 0.15 | 0 | 0.21 | 0.05 |
| HSL | 102.69º | 0.67% | 0.85% | - |
| HSV(B) | 102.69º | 0.21% | 0.95% | - |
| XYZ | 66.22 | 80.2 | 60.71 | - |
| YUV | 225.01 | 108.24 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 242 | 190 | 0.15 | 0 | 0.21 | 0.05 | 102.69 | 0.67 | 0.85 |
| Hex | CD | F2 | BE | F | 0 | 15 | 5 | 67 | 43 | 55 |
| Octal | 315 | 362 | 276 | 17 | 0 | 25 | 5 | 147 | 103 | 125 |
| Binary | 11001101 | 11110010 | 10111110 | 1111 | 0 | 10101 | 101 | 1100111 | 1000011 | 1010101 |
Color Harmonies of #CDF2BE
Complementary color
Monochromatic Colors of #CDF2BE
Black with #CDF2BE
Text Example
Text Example
White with #CDF2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF2BE; }
p { color: rgb(205,242,190); }
H1.HeaderClassName
{
color: #CDF2BE;
}
.AnyTagClassName
{
color: #CDF2BE;
}
</style>
background-color css
<style>
a { background-color: #CDF2BE; }
a { background-color: rgb(205,242,190); }
div.DivClassName
{
background-color: #CDF2BE;
}
.BgClassName
{
background-color: #CDF2BE;
}
</style>
border-color css
<style>
span { border-color: #CDF2BE; }
span { border-color: rgb(205,242,190); }
td.TdClassName
{
border-color: #CDF2BE;
}
.TagClassName
{
border-color: #CDF2BE;
}
</style>