Shades of Tea Green #CDF1BE
Tints of Tea Green #CDF1BE
RGB
CMYK
RGB Variations
Color information
#CDF1BE (or 0xCDF1BE) is known color: Tea Green. HEX triplet: CD, F1 and BE. RGB value is (205,241,190). Sum of RGB (Red+Green+Blue) = 205+241+190=636 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.23% from 636); Green value is 241 (94.53% from 255 or 37.89% from 636); Blue value is 190 (74.61% from 255 or 29.87% from 636); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF1BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF1BE is #320E41. Grayscale: #E0E0E0. Windows color (decimal): -3280450 or 12513741. OLE color: 12513741.
HSL color Cylindrical-coordinate representation of color #CDF1BE: hue angle of 102.35º degrees, saturation: 0.65, 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 #CDF1BE is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 241 | 190 | - |
| CMYK | 0.15 | 0 | 0.21 | 0.05 |
| HSL | 102.35º | 0.65% | 0.85% | - |
| HSV(B) | 102.35º | 0.21% | 0.95% | - |
| XYZ | 65.93 | 79.61 | 60.61 | - |
| YUV | 224.42 | 108.57 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 241 | 190 | 0.15 | 0 | 0.21 | 0.05 | 102.35 | 0.65 | 0.85 |
| Hex | CD | F1 | BE | F | 0 | 15 | 5 | 66 | 41 | 55 |
| Octal | 315 | 361 | 276 | 17 | 0 | 25 | 5 | 146 | 101 | 125 |
| Binary | 11001101 | 11110001 | 10111110 | 1111 | 0 | 10101 | 101 | 1100110 | 1000001 | 1010101 |
Color Harmonies of #CDF1BE
Complementary color
Monochromatic Colors of #CDF1BE
Black with #CDF1BE
Text Example
Text Example
White with #CDF1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF1BE; }
p { color: rgb(205,241,190); }
H1.HeaderClassName
{
color: #CDF1BE;
}
.AnyTagClassName
{
color: #CDF1BE;
}
</style>
background-color css
<style>
a { background-color: #CDF1BE; }
a { background-color: rgb(205,241,190); }
div.DivClassName
{
background-color: #CDF1BE;
}
.BgClassName
{
background-color: #CDF1BE;
}
</style>
border-color css
<style>
span { border-color: #CDF1BE; }
span { border-color: rgb(205,241,190); }
td.TdClassName
{
border-color: #CDF1BE;
}
.TagClassName
{
border-color: #CDF1BE;
}
</style>