Shades of Tea Green #CDF7AD
Tints of Tea Green #CDF7AD
RGB
CMYK
RGB Variations
Color information
#CDF7AD (or 0xCDF7AD) is known color: Tea Green. HEX triplet: CD, F7 and AD. RGB value is (205,247,173). Sum of RGB (Red+Green+Blue) = 205+247+173=625 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.8% from 625); Green value is 247 (96.88% from 255 or 39.52% from 625); Blue value is 173 (67.97% from 255 or 27.68% from 625); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF7AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF7AD is #320852. Grayscale: #E2E2E2. Windows color (decimal): -3278931 or 11401165. OLE color: 11401165.
HSL color Cylindrical-coordinate representation of color #CDF7AD: hue angle of 94.05º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDF7AD is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 247 | 173 | - |
| CMYK | 0.17 | 0 | 0.30 | 0.03 |
| HSL | 94.05º | 0.82% | 0.82% | - |
| HSV(B) | 94.05º | 0.3% | 0.97% | - |
| XYZ | 65.98 | 82.52 | 51.99 | - |
| YUV | 226.01 | 98.09 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 247 | 173 | 0.17 | 0 | 0.30 | 0.03 | 94.05 | 0.82 | 0.82 |
| Hex | CD | F7 | AD | 11 | 0 | 1E | 3 | 5E | 52 | 52 |
| Octal | 315 | 367 | 255 | 21 | 0 | 36 | 3 | 136 | 122 | 122 |
| Binary | 11001101 | 11110111 | 10101101 | 10001 | 0 | 11110 | 11 | 1011110 | 1010010 | 1010010 |
Color Harmonies of #CDF7AD
Complementary color
Monochromatic Colors of #CDF7AD
Black with #CDF7AD
Text Example
Text Example
White with #CDF7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF7AD; }
p { color: rgb(205,247,173); }
H1.HeaderClassName
{
color: #CDF7AD;
}
.AnyTagClassName
{
color: #CDF7AD;
}
</style>
background-color css
<style>
a { background-color: #CDF7AD; }
a { background-color: rgb(205,247,173); }
div.DivClassName
{
background-color: #CDF7AD;
}
.BgClassName
{
background-color: #CDF7AD;
}
</style>
border-color css
<style>
span { border-color: #CDF7AD; }
span { border-color: rgb(205,247,173); }
td.TdClassName
{
border-color: #CDF7AD;
}
.TagClassName
{
border-color: #CDF7AD;
}
</style>