Shades of Tea Green #CDF3AF
Tints of Tea Green #CDF3AF
RGB
CMYK
RGB Variations
Color information
#CDF3AF (or 0xCDF3AF) is known color: Tea Green. HEX triplet: CD, F3 and AF. RGB value is (205,243,175). Sum of RGB (Red+Green+Blue) = 205+243+175=623 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.91% from 623); Green value is 243 (95.31% from 255 or 39.00% from 623); Blue value is 175 (68.75% from 255 or 28.09% from 623); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF3AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF3AF is #320C50. Grayscale: #E0E0E0. Windows color (decimal): -3279953 or 11531213. OLE color: 11531213.
HSL color Cylindrical-coordinate representation of color #CDF3AF: hue angle of 93.53º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDF3AF is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
RGB | 205 | 243 | 175 | - |
CMYK | 0.16 | 0 | 0.28 | 0.05 |
HSL | 93.53º | 0.74% | 0.82% | - |
HSV(B) | 93.53º | 0.28% | 0.95% | - |
XYZ | 64.97 | 80.18 | 52.61 | - |
YUV | 223.89 | 100.41 | 114.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 243 | 175 | 0.16 | 0 | 0.28 | 0.05 | 93.53 | 0.74 | 0.82 |
Hex | CD | F3 | AF | 10 | 0 | 1C | 5 | 5E | 4A | 52 |
Octal | 315 | 363 | 257 | 20 | 0 | 34 | 5 | 136 | 112 | 122 |
Binary | 11001101 | 11110011 | 10101111 | 10000 | 0 | 11100 | 101 | 1011110 | 1001010 | 1010010 |
Color Harmonies of #CDF3AF
Complementary color
Monochromatic Colors of #CDF3AF
Black with #CDF3AF
Text Example
Text Example
White with #CDF3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF3AF; }
p { color: rgb(205,243,175); }
H1.HeaderClassName
{
color: #CDF3AF;
}
.AnyTagClassName
{
color: #CDF3AF;
}
</style>
background-color css
<style>
a { background-color: #CDF3AF; }
a { background-color: rgb(205,243,175); }
div.DivClassName
{
background-color: #CDF3AF;
}
.BgClassName
{
background-color: #CDF3AF;
}
</style>
border-color css
<style>
span { border-color: #CDF3AF; }
span { border-color: rgb(205,243,175); }
td.TdClassName
{
border-color: #CDF3AF;
}
.TagClassName
{
border-color: #CDF3AF;
}
</style>