Shades of Tea Green #CDF1BF
Tints of Tea Green #CDF1BF
RGB
CMYK
RGB Variations
Color information
#CDF1BF (or 0xCDF1BF) is known color: Tea Green. HEX triplet: CD, F1 and BF. RGB value is (205,241,191). Sum of RGB (Red+Green+Blue) = 205+241+191=637 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.18% from 637); Green value is 241 (94.53% from 255 or 37.83% from 637); Blue value is 191 (75% from 255 or 29.98% from 637); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF1BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF1BF is #320E40. Grayscale: #E0E0E0. Windows color (decimal): -3280449 or 12579277. OLE color: 12579277.
HSL color Cylindrical-coordinate representation of color #CDF1BF: hue angle of 103.2º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDF1BF is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 241 | 191 | - |
| CMYK | 0.15 | 0 | 0.21 | 0.05 |
| HSL | 103.2º | 0.64% | 0.85% | - |
| HSV(B) | 103.2º | 0.21% | 0.95% | - |
| XYZ | 66.04 | 79.65 | 61.18 | - |
| YUV | 224.54 | 109.07 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 241 | 191 | 0.15 | 0 | 0.21 | 0.05 | 103.2 | 0.64 | 0.85 |
| Hex | CD | F1 | BF | F | 0 | 15 | 5 | 67 | 40 | 55 |
| Octal | 315 | 361 | 277 | 17 | 0 | 25 | 5 | 147 | 100 | 125 |
| Binary | 11001101 | 11110001 | 10111111 | 1111 | 0 | 10101 | 101 | 1100111 | 1000000 | 1010101 |
Color Harmonies of #CDF1BF
Complementary color
Monochromatic Colors of #CDF1BF
Black with #CDF1BF
Text Example
Text Example
White with #CDF1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF1BF; }
p { color: rgb(205,241,191); }
H1.HeaderClassName
{
color: #CDF1BF;
}
.AnyTagClassName
{
color: #CDF1BF;
}
</style>
background-color css
<style>
a { background-color: #CDF1BF; }
a { background-color: rgb(205,241,191); }
div.DivClassName
{
background-color: #CDF1BF;
}
.BgClassName
{
background-color: #CDF1BF;
}
</style>
border-color css
<style>
span { border-color: #CDF1BF; }
span { border-color: rgb(205,241,191); }
td.TdClassName
{
border-color: #CDF1BF;
}
.TagClassName
{
border-color: #CDF1BF;
}
</style>