Shades of Tea Green #C5F7B5
Tints of Tea Green #C5F7B5
RGB
CMYK
RGB Variations
Color information
#C5F7B5 (or 0xC5F7B5) is known color: Tea Green. HEX triplet: C5, F7 and B5. RGB value is (197,247,181). Sum of RGB (Red+Green+Blue) = 197+247+181=625 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.52% from 625); Green value is 247 (96.88% from 255 or 39.52% from 625); Blue value is 181 (71.09% from 255 or 28.96% from 625); Max value from RGB is 247 - color contains mainly: green. Hex color #C5F7B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5F7B5 is #3A084A. Grayscale: #E0E0E0. Windows color (decimal): -3803211 or 11925445. OLE color: 11925445.
HSL color Cylindrical-coordinate representation of color #C5F7B5: hue angle of 105.45º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C5F7B5 is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
RGB | 197 | 247 | 181 | - |
CMYK | 0.20 | 0 | 0.27 | 0.03 |
HSL | 105.45º | 0.8% | 0.84% | - |
HSV(B) | 105.45º | 0.27% | 0.97% | - |
XYZ | 64.63 | 81.73 | 56.08 | - |
YUV | 224.53 | 103.44 | 108.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 247 | 181 | 0.20 | 0 | 0.27 | 0.03 | 105.45 | 0.8 | 0.84 |
Hex | C5 | F7 | B5 | 14 | 0 | 1B | 3 | 69 | 50 | 54 |
Octal | 305 | 367 | 265 | 24 | 0 | 33 | 3 | 151 | 120 | 124 |
Binary | 11000101 | 11110111 | 10110101 | 10100 | 0 | 11011 | 11 | 1101001 | 1010000 | 1010100 |
Color Harmonies of #C5F7B5
Complementary color
Monochromatic Colors of #C5F7B5
Black with #C5F7B5
Text Example
Text Example
White with #C5F7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F7B5; }
p { color: rgb(197,247,181); }
H1.HeaderClassName
{
color: #C5F7B5;
}
.AnyTagClassName
{
color: #C5F7B5;
}
</style>
background-color css
<style>
a { background-color: #C5F7B5; }
a { background-color: rgb(197,247,181); }
div.DivClassName
{
background-color: #C5F7B5;
}
.BgClassName
{
background-color: #C5F7B5;
}
</style>
border-color css
<style>
span { border-color: #C5F7B5; }
span { border-color: rgb(197,247,181); }
td.TdClassName
{
border-color: #C5F7B5;
}
.TagClassName
{
border-color: #C5F7B5;
}
</style>