Shades of Tea Green #CDF1C3
Tints of Tea Green #CDF1C3
RGB
CMYK
RGB Variations
Color information
#CDF1C3 (or 0xCDF1C3) is known color: Tea Green. HEX triplet: CD, F1 and C3. RGB value is (205,241,195). Sum of RGB (Red+Green+Blue) = 205+241+195=641 (84% of max value = 765). Red value is 205 (80.47% from 255 or 31.98% from 641); Green value is 241 (94.53% from 255 or 37.60% from 641); Blue value is 195 (76.56% from 255 or 30.42% from 641); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF1C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF1C3 is #320E3C. Grayscale: #E1E1E1. Windows color (decimal): -3280445 or 12841421. OLE color: 12841421.
HSL color Cylindrical-coordinate representation of color #CDF1C3: hue angle of 106.96º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDF1C3 is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 241 | 195 | - |
| CMYK | 0.15 | 0 | 0.19 | 0.05 |
| HSL | 106.96º | 0.62% | 0.85% | - |
| HSV(B) | 106.96º | 0.19% | 0.95% | - |
| XYZ | 66.48 | 79.83 | 63.53 | - |
| YUV | 224.99 | 111.07 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 241 | 195 | 0.15 | 0 | 0.19 | 0.05 | 106.96 | 0.62 | 0.85 |
| Hex | CD | F1 | C3 | F | 0 | 13 | 5 | 6B | 3E | 55 |
| Octal | 315 | 361 | 303 | 17 | 0 | 23 | 5 | 153 | 76 | 125 |
| Binary | 11001101 | 11110001 | 11000011 | 1111 | 0 | 10011 | 101 | 1101011 | 111110 | 1010101 |
Color Harmonies of #CDF1C3
Complementary color
Monochromatic Colors of #CDF1C3
Black with #CDF1C3
Text Example
Text Example
White with #CDF1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF1C3; }
p { color: rgb(205,241,195); }
H1.HeaderClassName
{
color: #CDF1C3;
}
.AnyTagClassName
{
color: #CDF1C3;
}
</style>
background-color css
<style>
a { background-color: #CDF1C3; }
a { background-color: rgb(205,241,195); }
div.DivClassName
{
background-color: #CDF1C3;
}
.BgClassName
{
background-color: #CDF1C3;
}
</style>
border-color css
<style>
span { border-color: #CDF1C3; }
span { border-color: rgb(205,241,195); }
td.TdClassName
{
border-color: #CDF1C3;
}
.TagClassName
{
border-color: #CDF1C3;
}
</style>