Shades of Tea Green #CDE7BD
Tints of Tea Green #CDE7BD
RGB
CMYK
RGB Variations
Color information
#CDE7BD (or 0xCDE7BD) is known color: Tea Green. HEX triplet: CD, E7 and BD. RGB value is (205,231,189). Sum of RGB (Red+Green+Blue) = 205+231+189=625 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.8% from 625); Green value is 231 (90.62% from 255 or 36.96% from 625); Blue value is 189 (74.22% from 255 or 30.24% from 625); Max value from RGB is 231 - color contains mainly: green. Hex color #CDE7BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE7BD is #321842. Grayscale: #DADADA. Windows color (decimal): -3283011 or 12445645. OLE color: 12445645.
HSL color Cylindrical-coordinate representation of color #CDE7BD: hue angle of 97.14º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDE7BD is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 231 | 189 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.09 |
| HSL | 97.14º | 0.47% | 0.82% | - |
| HSV(B) | 97.14º | 0.18% | 0.91% | - |
| XYZ | 62.94 | 73.81 | 59.07 | - |
| YUV | 218.44 | 111.39 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 231 | 189 | 0.11 | 0 | 0.18 | 0.09 | 97.14 | 0.47 | 0.82 |
| Hex | CD | E7 | BD | B | 0 | 12 | 9 | 61 | 2F | 52 |
| Octal | 315 | 347 | 275 | 13 | 0 | 22 | 11 | 141 | 57 | 122 |
| Binary | 11001101 | 11100111 | 10111101 | 1011 | 0 | 10010 | 1001 | 1100001 | 101111 | 1010010 |
Color Harmonies of #CDE7BD
Complementary color
Monochromatic Colors of #CDE7BD
Black with #CDE7BD
Text Example
Text Example
White with #CDE7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE7BD; }
p { color: rgb(205,231,189); }
H1.HeaderClassName
{
color: #CDE7BD;
}
.AnyTagClassName
{
color: #CDE7BD;
}
</style>
background-color css
<style>
a { background-color: #CDE7BD; }
a { background-color: rgb(205,231,189); }
div.DivClassName
{
background-color: #CDE7BD;
}
.BgClassName
{
background-color: #CDE7BD;
}
</style>
border-color css
<style>
span { border-color: #CDE7BD; }
span { border-color: rgb(205,231,189); }
td.TdClassName
{
border-color: #CDE7BD;
}
.TagClassName
{
border-color: #CDE7BD;
}
</style>