Shades of Tea Green #CDFDC0
Tints of Tea Green #CDFDC0
RGB
CMYK
RGB Variations
Color information
#CDFDC0 (or 0xCDFDC0) is known color: Tea Green. HEX triplet: CD, FD and C0. RGB value is (205,253,192). Sum of RGB (Red+Green+Blue) = 205+253+192=650 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.54% from 650); Green value is 253 (99.22% from 255 or 38.92% from 650); Blue value is 192 (75.39% from 255 or 29.54% from 650); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFDC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFDC0 is #32023F. Grayscale: #E7E7E7. Windows color (decimal): -3277376 or 12647885. OLE color: 12647885.
HSL color Cylindrical-coordinate representation of color #CDFDC0: hue angle of 107.21º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDFDC0 is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
RGB | 205 | 253 | 192 | - |
CMYK | 0.19 | 0 | 0.24 | 0.01 |
HSL | 107.21º | 0.94% | 0.87% | - |
HSV(B) | 107.21º | 0.24% | 0.99% | - |
XYZ | 69.82 | 87.04 | 62.99 | - |
YUV | 231.69 | 105.6 | 108.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 253 | 192 | 0.19 | 0 | 0.24 | 0.01 | 107.21 | 0.94 | 0.87 |
Hex | CD | FD | C0 | 13 | 0 | 18 | 1 | 6B | 5E | 57 |
Octal | 315 | 375 | 300 | 23 | 0 | 30 | 1 | 153 | 136 | 127 |
Binary | 11001101 | 11111101 | 11000000 | 10011 | 0 | 11000 | 1 | 1101011 | 1011110 | 1010111 |
Color Harmonies of #CDFDC0
Complementary color
Monochromatic Colors of #CDFDC0
Black with #CDFDC0
Text Example
Text Example
White with #CDFDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFDC0; }
p { color: rgb(205,253,192); }
H1.HeaderClassName
{
color: #CDFDC0;
}
.AnyTagClassName
{
color: #CDFDC0;
}
</style>
background-color css
<style>
a { background-color: #CDFDC0; }
a { background-color: rgb(205,253,192); }
div.DivClassName
{
background-color: #CDFDC0;
}
.BgClassName
{
background-color: #CDFDC0;
}
</style>
border-color css
<style>
span { border-color: #CDFDC0; }
span { border-color: rgb(205,253,192); }
td.TdClassName
{
border-color: #CDFDC0;
}
.TagClassName
{
border-color: #CDFDC0;
}
</style>