Shades of Tea Green #CFF5BD
Tints of Tea Green #CFF5BD
RGB
CMYK
RGB Variations
Color information
#CFF5BD (or 0xCFF5BD) is known color: Tea Green. HEX triplet: CF, F5 and BD. RGB value is (207,245,189). Sum of RGB (Red+Green+Blue) = 207+245+189=641 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.29% from 641); Green value is 245 (96.09% from 255 or 38.22% from 641); Blue value is 189 (74.22% from 255 or 29.49% from 641); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF5BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF5BD is #300A42. Grayscale: #E3E3E3. Windows color (decimal): -3148355 or 12449231. OLE color: 12449231.
HSL color Cylindrical-coordinate representation of color #CFF5BD: hue angle of 100.71º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFF5BD is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 245 | 189 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.04 |
| HSL | 100.71º | 0.74% | 0.85% | - |
| HSV(B) | 100.71º | 0.23% | 0.96% | - |
| XYZ | 67.57 | 82.24 | 60.46 | - |
| YUV | 227.25 | 106.41 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 245 | 189 | 0.16 | 0 | 0.23 | 0.04 | 100.71 | 0.74 | 0.85 |
| Hex | CF | F5 | BD | 10 | 0 | 17 | 4 | 65 | 4A | 55 |
| Octal | 317 | 365 | 275 | 20 | 0 | 27 | 4 | 145 | 112 | 125 |
| Binary | 11001111 | 11110101 | 10111101 | 10000 | 0 | 10111 | 100 | 1100101 | 1001010 | 1010101 |
Color Harmonies of #CFF5BD
Complementary color
Monochromatic Colors of #CFF5BD
Black with #CFF5BD
Text Example
Text Example
White with #CFF5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF5BD; }
p { color: rgb(207,245,189); }
H1.HeaderClassName
{
color: #CFF5BD;
}
.AnyTagClassName
{
color: #CFF5BD;
}
</style>
background-color css
<style>
a { background-color: #CFF5BD; }
a { background-color: rgb(207,245,189); }
div.DivClassName
{
background-color: #CFF5BD;
}
.BgClassName
{
background-color: #CFF5BD;
}
</style>
border-color css
<style>
span { border-color: #CFF5BD; }
span { border-color: rgb(207,245,189); }
td.TdClassName
{
border-color: #CFF5BD;
}
.TagClassName
{
border-color: #CFF5BD;
}
</style>