Shades of Tea Green #C5E7B5
Tints of Tea Green #C5E7B5
RGB
CMYK
RGB Variations
Color information
#C5E7B5 (or 0xC5E7B5) is known color: Tea Green. HEX triplet: C5, E7 and B5. RGB value is (197,231,181). Sum of RGB (Red+Green+Blue) = 197+231+181=609 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.35% from 609); Green value is 231 (90.62% from 255 or 37.93% from 609); Blue value is 181 (71.09% from 255 or 29.72% from 609); Max value from RGB is 231 - color contains mainly: green. Hex color #C5E7B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5E7B5 is #3A184A. Grayscale: #D7D7D7. Windows color (decimal): -3807307 or 11921349. OLE color: 11921349.
HSL color Cylindrical-coordinate representation of color #C5E7B5: hue angle of 100.8º degrees, saturation: 0.51, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5E7B5 is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
RGB | 197 | 231 | 181 | - |
CMYK | 0.15 | 0 | 0.22 | 0.09 |
HSL | 100.8º | 0.51% | 0.81% | - |
HSV(B) | 100.8º | 0.22% | 0.91% | - |
XYZ | 59.94 | 72.36 | 54.52 | - |
YUV | 215.13 | 108.74 | 115.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 231 | 181 | 0.15 | 0 | 0.22 | 0.09 | 100.8 | 0.51 | 0.81 |
Hex | C5 | E7 | B5 | F | 0 | 16 | 9 | 65 | 33 | 51 |
Octal | 305 | 347 | 265 | 17 | 0 | 26 | 11 | 145 | 63 | 121 |
Binary | 11000101 | 11100111 | 10110101 | 1111 | 0 | 10110 | 1001 | 1100101 | 110011 | 1010001 |
Color Harmonies of #C5E7B5
Complementary color
Monochromatic Colors of #C5E7B5
Black with #C5E7B5
Text Example
Text Example
White with #C5E7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E7B5; }
p { color: rgb(197,231,181); }
H1.HeaderClassName
{
color: #C5E7B5;
}
.AnyTagClassName
{
color: #C5E7B5;
}
</style>
background-color css
<style>
a { background-color: #C5E7B5; }
a { background-color: rgb(197,231,181); }
div.DivClassName
{
background-color: #C5E7B5;
}
.BgClassName
{
background-color: #C5E7B5;
}
</style>
border-color css
<style>
span { border-color: #C5E7B5; }
span { border-color: rgb(197,231,181); }
td.TdClassName
{
border-color: #C5E7B5;
}
.TagClassName
{
border-color: #C5E7B5;
}
</style>