Shades of Tea Green #CFE7BD
Tints of Tea Green #CFE7BD
RGB
CMYK
RGB Variations
Color information
#CFE7BD (or 0xCFE7BD) is known color: Tea Green. HEX triplet: CF, E7 and BD. RGB value is (207,231,189). Sum of RGB (Red+Green+Blue) = 207+231+189=627 (83% of max value = 765). Red value is 207 (81.25% from 255 or 33.01% from 627); Green value is 231 (90.62% from 255 or 36.84% from 627); Blue value is 189 (74.22% from 255 or 30.14% from 627); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE7BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE7BD is #301842. Grayscale: #DBDBDB. Windows color (decimal): -3151939 or 12445647. OLE color: 12445647.
HSL color Cylindrical-coordinate representation of color #CFE7BD: hue angle of 94.29º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFE7BD is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 231 | 189 | - |
| CMYK | 0.10 | 0 | 0.18 | 0.09 |
| HSL | 94.29º | 0.47% | 0.82% | - |
| HSV(B) | 94.29º | 0.18% | 0.91% | - |
| XYZ | 63.49 | 74.09 | 59.1 | - |
| YUV | 219.04 | 111.05 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 231 | 189 | 0.10 | 0 | 0.18 | 0.09 | 94.29 | 0.47 | 0.82 |
| Hex | CF | E7 | BD | A | 0 | 12 | 9 | 5E | 2F | 52 |
| Octal | 317 | 347 | 275 | 12 | 0 | 22 | 11 | 136 | 57 | 122 |
| Binary | 11001111 | 11100111 | 10111101 | 1010 | 0 | 10010 | 1001 | 1011110 | 101111 | 1010010 |
Color Harmonies of #CFE7BD
Complementary color
Monochromatic Colors of #CFE7BD
Black with #CFE7BD
Text Example
Text Example
White with #CFE7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE7BD; }
p { color: rgb(207,231,189); }
H1.HeaderClassName
{
color: #CFE7BD;
}
.AnyTagClassName
{
color: #CFE7BD;
}
</style>
background-color css
<style>
a { background-color: #CFE7BD; }
a { background-color: rgb(207,231,189); }
div.DivClassName
{
background-color: #CFE7BD;
}
.BgClassName
{
background-color: #CFE7BD;
}
</style>
border-color css
<style>
span { border-color: #CFE7BD; }
span { border-color: rgb(207,231,189); }
td.TdClassName
{
border-color: #CFE7BD;
}
.TagClassName
{
border-color: #CFE7BD;
}
</style>