Shades of Tea Green #CFFDB1
Tints of Tea Green #CFFDB1
RGB
CMYK
RGB Variations
Color information
#CFFDB1 (or 0xCFFDB1) is known color: Tea Green. HEX triplet: CF, FD and B1. RGB value is (207,253,177). Sum of RGB (Red+Green+Blue) = 207+253+177=637 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.50% from 637); Green value is 253 (99.22% from 255 or 39.72% from 637); Blue value is 177 (69.53% from 255 or 27.79% from 637); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFDB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFDB1 is #30024E. Grayscale: #E6E6E6. Windows color (decimal): -3146319 or 11664847. OLE color: 11664847.
HSL color Cylindrical-coordinate representation of color #CFFDB1: hue angle of 96.32º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFFDB1 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 253 | 177 | - |
| CMYK | 0.18 | 0 | 0.30 | 0.01 |
| HSL | 96.32º | 0.95% | 0.84% | - |
| HSV(B) | 96.32º | 0.3% | 0.99% | - |
| XYZ | 68.79 | 86.69 | 54.7 | - |
| YUV | 230.58 | 97.76 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 253 | 177 | 0.18 | 0 | 0.30 | 0.01 | 96.32 | 0.95 | 0.84 |
| Hex | CF | FD | B1 | 12 | 0 | 1E | 1 | 60 | 5F | 54 |
| Octal | 317 | 375 | 261 | 22 | 0 | 36 | 1 | 140 | 137 | 124 |
| Binary | 11001111 | 11111101 | 10110001 | 10010 | 0 | 11110 | 1 | 1100000 | 1011111 | 1010100 |
Color Harmonies of #CFFDB1
Complementary color
Monochromatic Colors of #CFFDB1
Black with #CFFDB1
Text Example
Text Example
White with #CFFDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFDB1; }
p { color: rgb(207,253,177); }
H1.HeaderClassName
{
color: #CFFDB1;
}
.AnyTagClassName
{
color: #CFFDB1;
}
</style>
background-color css
<style>
a { background-color: #CFFDB1; }
a { background-color: rgb(207,253,177); }
div.DivClassName
{
background-color: #CFFDB1;
}
.BgClassName
{
background-color: #CFFDB1;
}
</style>
border-color css
<style>
span { border-color: #CFFDB1; }
span { border-color: rgb(207,253,177); }
td.TdClassName
{
border-color: #CFFDB1;
}
.TagClassName
{
border-color: #CFFDB1;
}
</style>