Shades of Tea Green #CDF4AF
Tints of Tea Green #CDF4AF
RGB
CMYK
RGB Variations
Color information
#CDF4AF (or 0xCDF4AF) is known color: Tea Green. HEX triplet: CD, F4 and AF. RGB value is (205,244,175). Sum of RGB (Red+Green+Blue) = 205+244+175=624 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.85% from 624); Green value is 244 (95.70% from 255 or 39.10% from 624); Blue value is 175 (68.75% from 255 or 28.04% from 624); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF4AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF4AF is #320B50. Grayscale: #E0E0E0. Windows color (decimal): -3279697 or 11531469. OLE color: 11531469.
HSL color Cylindrical-coordinate representation of color #CDF4AF: hue angle of 93.91º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDF4AF is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 244 | 175 | - |
| CMYK | 0.16 | 0 | 0.28 | 0.04 |
| HSL | 93.91º | 0.76% | 0.82% | - |
| HSV(B) | 93.91º | 0.28% | 0.96% | - |
| XYZ | 65.27 | 80.78 | 52.71 | - |
| YUV | 224.47 | 100.08 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 244 | 175 | 0.16 | 0 | 0.28 | 0.04 | 93.91 | 0.76 | 0.82 |
| Hex | CD | F4 | AF | 10 | 0 | 1C | 4 | 5E | 4C | 52 |
| Octal | 315 | 364 | 257 | 20 | 0 | 34 | 4 | 136 | 114 | 122 |
| Binary | 11001101 | 11110100 | 10101111 | 10000 | 0 | 11100 | 100 | 1011110 | 1001100 | 1010010 |
Color Harmonies of #CDF4AF
Complementary color
Monochromatic Colors of #CDF4AF
Black with #CDF4AF
Text Example
Text Example
White with #CDF4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF4AF; }
p { color: rgb(205,244,175); }
H1.HeaderClassName
{
color: #CDF4AF;
}
.AnyTagClassName
{
color: #CDF4AF;
}
</style>
background-color css
<style>
a { background-color: #CDF4AF; }
a { background-color: rgb(205,244,175); }
div.DivClassName
{
background-color: #CDF4AF;
}
.BgClassName
{
background-color: #CDF4AF;
}
</style>
border-color css
<style>
span { border-color: #CDF4AF; }
span { border-color: rgb(205,244,175); }
td.TdClassName
{
border-color: #CDF4AF;
}
.TagClassName
{
border-color: #CDF4AF;
}
</style>