Shades of Tea Green #CDF5B2
Tints of Tea Green #CDF5B2
RGB
CMYK
RGB Variations
Color information
#CDF5B2 (or 0xCDF5B2) is known color: Tea Green. HEX triplet: CD, F5 and B2. RGB value is (205,245,178). Sum of RGB (Red+Green+Blue) = 205+245+178=628 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.64% from 628); Green value is 245 (96.09% from 255 or 39.01% from 628); Blue value is 178 (69.92% from 255 or 28.34% from 628); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF5B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF5B2 is #320A4D. Grayscale: #E1E1E1. Windows color (decimal): -3279438 or 11728333. OLE color: 11728333.
HSL color Cylindrical-coordinate representation of color #CDF5B2: hue angle of 95.82º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDF5B2 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 245 | 178 | - |
| CMYK | 0.16 | 0 | 0.27 | 0.04 |
| HSL | 95.82º | 0.77% | 0.83% | - |
| HSV(B) | 95.82º | 0.27% | 0.96% | - |
| XYZ | 65.87 | 81.5 | 54.38 | - |
| YUV | 225.4 | 101.25 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 245 | 178 | 0.16 | 0 | 0.27 | 0.04 | 95.82 | 0.77 | 0.83 |
| Hex | CD | F5 | B2 | 10 | 0 | 1B | 4 | 60 | 4D | 53 |
| Octal | 315 | 365 | 262 | 20 | 0 | 33 | 4 | 140 | 115 | 123 |
| Binary | 11001101 | 11110101 | 10110010 | 10000 | 0 | 11011 | 100 | 1100000 | 1001101 | 1010011 |
Color Harmonies of #CDF5B2
Complementary color
Monochromatic Colors of #CDF5B2
Black with #CDF5B2
Text Example
Text Example
White with #CDF5B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF5B2; }
p { color: rgb(205,245,178); }
H1.HeaderClassName
{
color: #CDF5B2;
}
.AnyTagClassName
{
color: #CDF5B2;
}
</style>
background-color css
<style>
a { background-color: #CDF5B2; }
a { background-color: rgb(205,245,178); }
div.DivClassName
{
background-color: #CDF5B2;
}
.BgClassName
{
background-color: #CDF5B2;
}
</style>
border-color css
<style>
span { border-color: #CDF5B2; }
span { border-color: rgb(205,245,178); }
td.TdClassName
{
border-color: #CDF5B2;
}
.TagClassName
{
border-color: #CDF5B2;
}
</style>