Shades of Tea Green #CDFDB5
Tints of Tea Green #CDFDB5
RGB
CMYK
RGB Variations
Color information
#CDFDB5 (or 0xCDFDB5) is known color: Tea Green. HEX triplet: CD, FD and B5. RGB value is (205,253,181). Sum of RGB (Red+Green+Blue) = 205+253+181=639 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.08% from 639); Green value is 253 (99.22% from 255 or 39.59% from 639); Blue value is 181 (71.09% from 255 or 28.33% from 639); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFDB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFDB5 is #32024A. Grayscale: #E6E6E6. Windows color (decimal): -3277387 or 11926989. OLE color: 11926989.
HSL color Cylindrical-coordinate representation of color #CDFDB5: hue angle of 100º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDFDB5 is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
RGB | 205 | 253 | 181 | - |
CMYK | 0.19 | 0 | 0.28 | 0.01 |
HSL | 100º | 0.95% | 0.85% | - |
HSV(B) | 100º | 0.28% | 0.99% | - |
XYZ | 68.64 | 86.57 | 56.81 | - |
YUV | 230.44 | 100.1 | 109.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 253 | 181 | 0.19 | 0 | 0.28 | 0.01 | 100 | 0.95 | 0.85 |
Hex | CD | FD | B5 | 13 | 0 | 1C | 1 | 64 | 5F | 55 |
Octal | 315 | 375 | 265 | 23 | 0 | 34 | 1 | 144 | 137 | 125 |
Binary | 11001101 | 11111101 | 10110101 | 10011 | 0 | 11100 | 1 | 1100100 | 1011111 | 1010101 |
Color Harmonies of #CDFDB5
Complementary color
Monochromatic Colors of #CDFDB5
Black with #CDFDB5
Text Example
Text Example
White with #CDFDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFDB5; }
p { color: rgb(205,253,181); }
H1.HeaderClassName
{
color: #CDFDB5;
}
.AnyTagClassName
{
color: #CDFDB5;
}
</style>
background-color css
<style>
a { background-color: #CDFDB5; }
a { background-color: rgb(205,253,181); }
div.DivClassName
{
background-color: #CDFDB5;
}
.BgClassName
{
background-color: #CDFDB5;
}
</style>
border-color css
<style>
span { border-color: #CDFDB5; }
span { border-color: rgb(205,253,181); }
td.TdClassName
{
border-color: #CDFDB5;
}
.TagClassName
{
border-color: #CDFDB5;
}
</style>