Shades of Tea Green #CFEFBF
Tints of Tea Green #CFEFBF
RGB
CMYK
RGB Variations
Color information
#CFEFBF (or 0xCFEFBF) is known color: Tea Green. HEX triplet: CF, EF and BF. RGB value is (207,239,191). Sum of RGB (Red+Green+Blue) = 207+239+191=637 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.50% from 637); Green value is 239 (93.75% from 255 or 37.52% from 637); Blue value is 191 (75% from 255 or 29.98% from 637); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEFBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEFBF is #301040. Grayscale: #E0E0E0. Windows color (decimal): -3149889 or 12578767. OLE color: 12578767.
HSL color Cylindrical-coordinate representation of color #CFEFBF: hue angle of 100º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFEFBF is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 239 | 191 | - |
| CMYK | 0.13 | 0 | 0.20 | 0.06 |
| HSL | 100º | 0.6% | 0.84% | - |
| HSV(B) | 100º | 0.2% | 0.94% | - |
| XYZ | 66 | 78.76 | 61.01 | - |
| YUV | 223.96 | 109.4 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 239 | 191 | 0.13 | 0 | 0.20 | 0.06 | 100 | 0.6 | 0.84 |
| Hex | CF | EF | BF | D | 0 | 14 | 6 | 64 | 3C | 54 |
| Octal | 317 | 357 | 277 | 15 | 0 | 24 | 6 | 144 | 74 | 124 |
| Binary | 11001111 | 11101111 | 10111111 | 1101 | 0 | 10100 | 110 | 1100100 | 111100 | 1010100 |
Color Harmonies of #CFEFBF
Complementary color
Monochromatic Colors of #CFEFBF
Black with #CFEFBF
Text Example
Text Example
White with #CFEFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEFBF; }
p { color: rgb(207,239,191); }
H1.HeaderClassName
{
color: #CFEFBF;
}
.AnyTagClassName
{
color: #CFEFBF;
}
</style>
background-color css
<style>
a { background-color: #CFEFBF; }
a { background-color: rgb(207,239,191); }
div.DivClassName
{
background-color: #CFEFBF;
}
.BgClassName
{
background-color: #CFEFBF;
}
</style>
border-color css
<style>
span { border-color: #CFEFBF; }
span { border-color: rgb(207,239,191); }
td.TdClassName
{
border-color: #CFEFBF;
}
.TagClassName
{
border-color: #CFEFBF;
}
</style>