Shades of Tea Green #CFFEBD
Tints of Tea Green #CFFEBD
RGB
CMYK
RGB Variations
Color information
#CFFEBD (or 0xCFFEBD) is known color: Tea Green. HEX triplet: CF, FE and BD. RGB value is (207,254,189). Sum of RGB (Red+Green+Blue) = 207+254+189=650 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.85% from 650); Green value is 254 (99.61% from 255 or 39.08% from 650); Blue value is 189 (74.22% from 255 or 29.08% from 650); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFEBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFEBD is #300142. Grayscale: #E8E8E8. Windows color (decimal): -3146051 or 12451535. OLE color: 12451535.
HSL color Cylindrical-coordinate representation of color #CFFEBD: hue angle of 103.38º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFFEBD is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 254 | 189 | - |
| CMYK | 0.19 | 0 | 0.26 | 0.00 |
| HSL | 103.38º | 0.97% | 0.87% | - |
| HSV(B) | 103.38º | 0.26% | 1% | - |
| XYZ | 70.36 | 87.82 | 61.39 | - |
| YUV | 232.54 | 103.43 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 254 | 189 | 0.19 | 0 | 0.26 | 0.00 | 103.38 | 0.97 | 0.87 |
| Hex | CF | FE | BD | 13 | 0 | 1A | 0 | 67 | 61 | 57 |
| Octal | 317 | 376 | 275 | 23 | 0 | 32 | 0 | 147 | 141 | 127 |
| Binary | 11001111 | 11111110 | 10111101 | 10011 | 0 | 11010 | 0 | 1100111 | 1100001 | 1010111 |
Color Harmonies of #CFFEBD
Complementary color
Monochromatic Colors of #CFFEBD
Black with #CFFEBD
Text Example
Text Example
White with #CFFEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFEBD; }
p { color: rgb(207,254,189); }
H1.HeaderClassName
{
color: #CFFEBD;
}
.AnyTagClassName
{
color: #CFFEBD;
}
</style>
background-color css
<style>
a { background-color: #CFFEBD; }
a { background-color: rgb(207,254,189); }
div.DivClassName
{
background-color: #CFFEBD;
}
.BgClassName
{
background-color: #CFFEBD;
}
</style>
border-color css
<style>
span { border-color: #CFFEBD; }
span { border-color: rgb(207,254,189); }
td.TdClassName
{
border-color: #CFFEBD;
}
.TagClassName
{
border-color: #CFFEBD;
}
</style>