Shades of Tea Green #CDE7BE
Tints of Tea Green #CDE7BE
RGB
CMYK
RGB Variations
Color information
#CDE7BE (or 0xCDE7BE) is known color: Tea Green. HEX triplet: CD, E7 and BE. RGB value is (205,231,190). Sum of RGB (Red+Green+Blue) = 205+231+190=626 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.75% from 626); Green value is 231 (90.62% from 255 or 36.90% from 626); Blue value is 190 (74.61% from 255 or 30.35% from 626); Max value from RGB is 231 - color contains mainly: green. Hex color #CDE7BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE7BE is #321841. Grayscale: #DADADA. Windows color (decimal): -3283010 or 12511181. OLE color: 12511181.
HSL color Cylindrical-coordinate representation of color #CDE7BE: hue angle of 98.05º degrees, saturation: 0.46, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDE7BE is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 231 | 190 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.09 |
| HSL | 98.05º | 0.46% | 0.83% | - |
| HSV(B) | 98.05º | 0.18% | 0.91% | - |
| XYZ | 63.05 | 73.85 | 59.65 | - |
| YUV | 218.55 | 111.89 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 231 | 190 | 0.11 | 0 | 0.18 | 0.09 | 98.05 | 0.46 | 0.83 |
| Hex | CD | E7 | BE | B | 0 | 12 | 9 | 62 | 2E | 53 |
| Octal | 315 | 347 | 276 | 13 | 0 | 22 | 11 | 142 | 56 | 123 |
| Binary | 11001101 | 11100111 | 10111110 | 1011 | 0 | 10010 | 1001 | 1100010 | 101110 | 1010011 |
Color Harmonies of #CDE7BE
Complementary color
Monochromatic Colors of #CDE7BE
Black with #CDE7BE
Text Example
Text Example
White with #CDE7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE7BE; }
p { color: rgb(205,231,190); }
H1.HeaderClassName
{
color: #CDE7BE;
}
.AnyTagClassName
{
color: #CDE7BE;
}
</style>
background-color css
<style>
a { background-color: #CDE7BE; }
a { background-color: rgb(205,231,190); }
div.DivClassName
{
background-color: #CDE7BE;
}
.BgClassName
{
background-color: #CDE7BE;
}
</style>
border-color css
<style>
span { border-color: #CDE7BE; }
span { border-color: rgb(205,231,190); }
td.TdClassName
{
border-color: #CDE7BE;
}
.TagClassName
{
border-color: #CDE7BE;
}
</style>