Shades of Tea Green #CDF3C4
Tints of Tea Green #CDF3C4
RGB
CMYK
RGB Variations
Color information
#CDF3C4 (or 0xCDF3C4) is known color: Tea Green. HEX triplet: CD, F3 and C4. RGB value is (205,243,196). Sum of RGB (Red+Green+Blue) = 205+243+196=644 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.83% from 644); Green value is 243 (95.31% from 255 or 37.73% from 644); Blue value is 196 (76.95% from 255 or 30.43% from 644); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF3C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF3C4 is #320C3B. Grayscale: #E2E2E2. Windows color (decimal): -3279932 or 12907469. OLE color: 12907469.
HSL color Cylindrical-coordinate representation of color #CDF3C4: hue angle of 108.51º degrees, saturation: 0.66, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDF3C4 is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 243 | 196 | - |
| CMYK | 0.16 | 0 | 0.19 | 0.05 |
| HSL | 108.51º | 0.66% | 0.86% | - |
| HSV(B) | 108.51º | 0.19% | 0.95% | - |
| XYZ | 67.19 | 81.07 | 64.33 | - |
| YUV | 226.28 | 110.91 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 243 | 196 | 0.16 | 0 | 0.19 | 0.05 | 108.51 | 0.66 | 0.86 |
| Hex | CD | F3 | C4 | 10 | 0 | 13 | 5 | 6D | 42 | 56 |
| Octal | 315 | 363 | 304 | 20 | 0 | 23 | 5 | 155 | 102 | 126 |
| Binary | 11001101 | 11110011 | 11000100 | 10000 | 0 | 10011 | 101 | 1101101 | 1000010 | 1010110 |
Color Harmonies of #CDF3C4
Complementary color
Monochromatic Colors of #CDF3C4
Black with #CDF3C4
Text Example
Text Example
White with #CDF3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF3C4; }
p { color: rgb(205,243,196); }
H1.HeaderClassName
{
color: #CDF3C4;
}
.AnyTagClassName
{
color: #CDF3C4;
}
</style>
background-color css
<style>
a { background-color: #CDF3C4; }
a { background-color: rgb(205,243,196); }
div.DivClassName
{
background-color: #CDF3C4;
}
.BgClassName
{
background-color: #CDF3C4;
}
</style>
border-color css
<style>
span { border-color: #CDF3C4; }
span { border-color: rgb(205,243,196); }
td.TdClassName
{
border-color: #CDF3C4;
}
.TagClassName
{
border-color: #CDF3C4;
}
</style>