Shades of Tea Green #CFEDBD
Tints of Tea Green #CFEDBD
RGB
CMYK
RGB Variations
Color information
#CFEDBD (or 0xCFEDBD) is known color: Tea Green. HEX triplet: CF, ED and BD. RGB value is (207,237,189). Sum of RGB (Red+Green+Blue) = 207+237+189=633 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.70% from 633); Green value is 237 (92.97% from 255 or 37.44% from 633); Blue value is 189 (74.22% from 255 or 29.86% from 633); Max value from RGB is 237 - color contains mainly: green. Hex color #CFEDBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEDBD is #301242. Grayscale: #DEDEDE. Windows color (decimal): -3150403 or 12447183. OLE color: 12447183.
HSL color Cylindrical-coordinate representation of color #CFEDBD: hue angle of 97.5º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFEDBD is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 189 | - |
| CMYK | 0.13 | 0 | 0.20 | 0.07 |
| HSL | 97.5º | 0.57% | 0.84% | - |
| HSV(B) | 97.5º | 0.2% | 0.93% | - |
| XYZ | 65.2 | 77.51 | 59.67 | - |
| YUV | 222.56 | 109.06 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 189 | 0.13 | 0 | 0.20 | 0.07 | 97.5 | 0.57 | 0.84 |
| Hex | CF | ED | BD | D | 0 | 14 | 7 | 62 | 39 | 54 |
| Octal | 317 | 355 | 275 | 15 | 0 | 24 | 7 | 142 | 71 | 124 |
| Binary | 11001111 | 11101101 | 10111101 | 1101 | 0 | 10100 | 111 | 1100010 | 111001 | 1010100 |
Color Harmonies of #CFEDBD
Complementary color
Monochromatic Colors of #CFEDBD
Black with #CFEDBD
Text Example
Text Example
White with #CFEDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEDBD; }
p { color: rgb(207,237,189); }
H1.HeaderClassName
{
color: #CFEDBD;
}
.AnyTagClassName
{
color: #CFEDBD;
}
</style>
background-color css
<style>
a { background-color: #CFEDBD; }
a { background-color: rgb(207,237,189); }
div.DivClassName
{
background-color: #CFEDBD;
}
.BgClassName
{
background-color: #CFEDBD;
}
</style>
border-color css
<style>
span { border-color: #CFEDBD; }
span { border-color: rgb(207,237,189); }
td.TdClassName
{
border-color: #CFEDBD;
}
.TagClassName
{
border-color: #CFEDBD;
}
</style>