Shades of Tea Green #CFFDB7
Tints of Tea Green #CFFDB7
RGB
CMYK
RGB Variations
Color information
#CFFDB7 (or 0xCFFDB7) is known color: Tea Green. HEX triplet: CF, FD and B7. RGB value is (207,253,183). Sum of RGB (Red+Green+Blue) = 207+253+183=643 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.19% from 643); Green value is 253 (99.22% from 255 or 39.35% from 643); Blue value is 183 (71.88% from 255 or 28.46% from 643); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFDB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFDB7 is #300248. Grayscale: #E7E7E7. Windows color (decimal): -3146313 or 12058063. OLE color: 12058063.
HSL color Cylindrical-coordinate representation of color #CFFDB7: hue angle of 99.43º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFFDB7 is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 253 | 183 | - |
| CMYK | 0.18 | 0 | 0.28 | 0.01 |
| HSL | 99.43º | 0.95% | 0.85% | - |
| HSV(B) | 99.43º | 0.28% | 0.99% | - |
| XYZ | 69.4 | 86.93 | 57.92 | - |
| YUV | 231.27 | 100.76 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 253 | 183 | 0.18 | 0 | 0.28 | 0.01 | 99.43 | 0.95 | 0.85 |
| Hex | CF | FD | B7 | 12 | 0 | 1C | 1 | 63 | 5F | 55 |
| Octal | 317 | 375 | 267 | 22 | 0 | 34 | 1 | 143 | 137 | 125 |
| Binary | 11001111 | 11111101 | 10110111 | 10010 | 0 | 11100 | 1 | 1100011 | 1011111 | 1010101 |
Color Harmonies of #CFFDB7
Complementary color
Monochromatic Colors of #CFFDB7
Black with #CFFDB7
Text Example
Text Example
White with #CFFDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFDB7; }
p { color: rgb(207,253,183); }
H1.HeaderClassName
{
color: #CFFDB7;
}
.AnyTagClassName
{
color: #CFFDB7;
}
</style>
background-color css
<style>
a { background-color: #CFFDB7; }
a { background-color: rgb(207,253,183); }
div.DivClassName
{
background-color: #CFFDB7;
}
.BgClassName
{
background-color: #CFFDB7;
}
</style>
border-color css
<style>
span { border-color: #CFFDB7; }
span { border-color: rgb(207,253,183); }
td.TdClassName
{
border-color: #CFFDB7;
}
.TagClassName
{
border-color: #CFFDB7;
}
</style>