Shades of Tea Green #CDF7BC
Tints of Tea Green #CDF7BC
RGB
CMYK
RGB Variations
Color information
#CDF7BC (or 0xCDF7BC) is known color: Tea Green. HEX triplet: CD, F7 and BC. RGB value is (205,247,188). Sum of RGB (Red+Green+Blue) = 205+247+188=640 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.03% from 640); Green value is 247 (96.88% from 255 or 38.59% from 640); Blue value is 188 (73.83% from 255 or 29.38% from 640); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF7BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF7BC is #320843. Grayscale: #E3E3E3. Windows color (decimal): -3278916 or 12384205. OLE color: 12384205.
HSL color Cylindrical-coordinate representation of color #CDF7BC: hue angle of 102.71º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDF7BC is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 247 | 188 | - |
| CMYK | 0.17 | 0 | 0.24 | 0.03 |
| HSL | 102.71º | 0.79% | 0.85% | - |
| HSV(B) | 102.71º | 0.24% | 0.97% | - |
| XYZ | 67.51 | 83.13 | 60.06 | - |
| YUV | 227.72 | 105.59 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 247 | 188 | 0.17 | 0 | 0.24 | 0.03 | 102.71 | 0.79 | 0.85 |
| Hex | CD | F7 | BC | 11 | 0 | 18 | 3 | 67 | 4F | 55 |
| Octal | 315 | 367 | 274 | 21 | 0 | 30 | 3 | 147 | 117 | 125 |
| Binary | 11001101 | 11110111 | 10111100 | 10001 | 0 | 11000 | 11 | 1100111 | 1001111 | 1010101 |
Color Harmonies of #CDF7BC
Complementary color
Monochromatic Colors of #CDF7BC
Black with #CDF7BC
Text Example
Text Example
White with #CDF7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF7BC; }
p { color: rgb(205,247,188); }
H1.HeaderClassName
{
color: #CDF7BC;
}
.AnyTagClassName
{
color: #CDF7BC;
}
</style>
background-color css
<style>
a { background-color: #CDF7BC; }
a { background-color: rgb(205,247,188); }
div.DivClassName
{
background-color: #CDF7BC;
}
.BgClassName
{
background-color: #CDF7BC;
}
</style>
border-color css
<style>
span { border-color: #CDF7BC; }
span { border-color: rgb(205,247,188); }
td.TdClassName
{
border-color: #CDF7BC;
}
.TagClassName
{
border-color: #CDF7BC;
}
</style>