Shades of Tea Green #CDF5B6
Tints of Tea Green #CDF5B6
RGB
CMYK
RGB Variations
Color information
#CDF5B6 (or 0xCDF5B6) is known color: Tea Green. HEX triplet: CD, F5 and B6. RGB value is (205,245,182). Sum of RGB (Red+Green+Blue) = 205+245+182=632 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.44% from 632); Green value is 245 (96.09% from 255 or 38.77% from 632); Blue value is 182 (71.48% from 255 or 28.80% from 632); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF5B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF5B6 is #320A49. Grayscale: #E2E2E2. Windows color (decimal): -3279434 or 11990477. OLE color: 11990477.
HSL color Cylindrical-coordinate representation of color #CDF5B6: hue angle of 98.1º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CDF5B6 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 245 | 182 | - |
| CMYK | 0.16 | 0 | 0.26 | 0.04 |
| HSL | 98.1º | 0.76% | 0.84% | - |
| HSV(B) | 98.1º | 0.26% | 0.96% | - |
| XYZ | 66.27 | 81.66 | 56.53 | - |
| YUV | 225.86 | 103.25 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 245 | 182 | 0.16 | 0 | 0.26 | 0.04 | 98.1 | 0.76 | 0.84 |
| Hex | CD | F5 | B6 | 10 | 0 | 1A | 4 | 62 | 4C | 54 |
| Octal | 315 | 365 | 266 | 20 | 0 | 32 | 4 | 142 | 114 | 124 |
| Binary | 11001101 | 11110101 | 10110110 | 10000 | 0 | 11010 | 100 | 1100010 | 1001100 | 1010100 |
Color Harmonies of #CDF5B6
Complementary color
Monochromatic Colors of #CDF5B6
Black with #CDF5B6
Text Example
Text Example
White with #CDF5B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF5B6; }
p { color: rgb(205,245,182); }
H1.HeaderClassName
{
color: #CDF5B6;
}
.AnyTagClassName
{
color: #CDF5B6;
}
</style>
background-color css
<style>
a { background-color: #CDF5B6; }
a { background-color: rgb(205,245,182); }
div.DivClassName
{
background-color: #CDF5B6;
}
.BgClassName
{
background-color: #CDF5B6;
}
</style>
border-color css
<style>
span { border-color: #CDF5B6; }
span { border-color: rgb(205,245,182); }
td.TdClassName
{
border-color: #CDF5B6;
}
.TagClassName
{
border-color: #CDF5B6;
}
</style>