Shades of Tea Green #CDFDB0
Tints of Tea Green #CDFDB0
RGB
CMYK
RGB Variations
Color information
#CDFDB0 (or 0xCDFDB0) is known color: Tea Green. HEX triplet: CD, FD and B0. RGB value is (205,253,176). Sum of RGB (Red+Green+Blue) = 205+253+176=634 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.33% from 634); Green value is 253 (99.22% from 255 or 39.91% from 634); Blue value is 176 (69.14% from 255 or 27.76% from 634); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFDB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFDB0 is #32024F. Grayscale: #E6E6E6. Windows color (decimal): -3277392 or 11599309. OLE color: 11599309.
HSL color Cylindrical-coordinate representation of color #CDFDB0: hue angle of 97.4º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDFDB0 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
RGB | 205 | 253 | 176 | - |
CMYK | 0.19 | 0 | 0.30 | 0.01 |
HSL | 97.4º | 0.95% | 0.84% | - |
HSV(B) | 97.4º | 0.3% | 0.99% | - |
XYZ | 68.14 | 86.36 | 54.15 | - |
YUV | 229.87 | 97.6 | 110.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 253 | 176 | 0.19 | 0 | 0.30 | 0.01 | 97.4 | 0.95 | 0.84 |
Hex | CD | FD | B0 | 13 | 0 | 1E | 1 | 61 | 5F | 54 |
Octal | 315 | 375 | 260 | 23 | 0 | 36 | 1 | 141 | 137 | 124 |
Binary | 11001101 | 11111101 | 10110000 | 10011 | 0 | 11110 | 1 | 1100001 | 1011111 | 1010100 |
Color Harmonies of #CDFDB0
Complementary color
Monochromatic Colors of #CDFDB0
Black with #CDFDB0
Text Example
Text Example
White with #CDFDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFDB0; }
p { color: rgb(205,253,176); }
H1.HeaderClassName
{
color: #CDFDB0;
}
.AnyTagClassName
{
color: #CDFDB0;
}
</style>
background-color css
<style>
a { background-color: #CDFDB0; }
a { background-color: rgb(205,253,176); }
div.DivClassName
{
background-color: #CDFDB0;
}
.BgClassName
{
background-color: #CDFDB0;
}
</style>
border-color css
<style>
span { border-color: #CDFDB0; }
span { border-color: rgb(205,253,176); }
td.TdClassName
{
border-color: #CDFDB0;
}
.TagClassName
{
border-color: #CDFDB0;
}
</style>