Shades of Tea Green #CFFDB9
Tints of Tea Green #CFFDB9
RGB
CMYK
RGB Variations
Color information
#CFFDB9 (or 0xCFFDB9) is known color: Tea Green. HEX triplet: CF, FD and B9. RGB value is (207,253,185). Sum of RGB (Red+Green+Blue) = 207+253+185=645 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.09% from 645); Green value is 253 (99.22% from 255 or 39.22% from 645); Blue value is 185 (72.66% from 255 or 28.68% from 645); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFDB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFDB9 is #300246. Grayscale: #E7E7E7. Windows color (decimal): -3146311 or 12189135. OLE color: 12189135.
HSL color Cylindrical-coordinate representation of color #CFFDB9: hue angle of 100.59º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFFDB9 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 253 | 185 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.01 |
| HSL | 100.59º | 0.94% | 0.86% | - |
| HSV(B) | 100.59º | 0.27% | 0.99% | - |
| XYZ | 69.61 | 87.02 | 59.03 | - |
| YUV | 231.49 | 101.76 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 253 | 185 | 0.18 | 0 | 0.27 | 0.01 | 100.59 | 0.94 | 0.86 |
| Hex | CF | FD | B9 | 12 | 0 | 1B | 1 | 65 | 5E | 56 |
| Octal | 317 | 375 | 271 | 22 | 0 | 33 | 1 | 145 | 136 | 126 |
| Binary | 11001111 | 11111101 | 10111001 | 10010 | 0 | 11011 | 1 | 1100101 | 1011110 | 1010110 |
Color Harmonies of #CFFDB9
Complementary color
Monochromatic Colors of #CFFDB9
Black with #CFFDB9
Text Example
Text Example
White with #CFFDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFDB9; }
p { color: rgb(207,253,185); }
H1.HeaderClassName
{
color: #CFFDB9;
}
.AnyTagClassName
{
color: #CFFDB9;
}
</style>
background-color css
<style>
a { background-color: #CFFDB9; }
a { background-color: rgb(207,253,185); }
div.DivClassName
{
background-color: #CFFDB9;
}
.BgClassName
{
background-color: #CFFDB9;
}
</style>
border-color css
<style>
span { border-color: #CFFDB9; }
span { border-color: rgb(207,253,185); }
td.TdClassName
{
border-color: #CFFDB9;
}
.TagClassName
{
border-color: #CFFDB9;
}
</style>