Shades of Tea Green #CDF5BE
Tints of Tea Green #CDF5BE
RGB
CMYK
RGB Variations
Color information
#CDF5BE (or 0xCDF5BE) is known color: Tea Green. HEX triplet: CD, F5 and BE. RGB value is (205,245,190). Sum of RGB (Red+Green+Blue) = 205+245+190=640 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.03% from 640); Green value is 245 (96.09% from 255 or 38.28% from 640); Blue value is 190 (74.61% from 255 or 29.69% from 640); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF5BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF5BE is #320A41. Grayscale: #E2E2E2. Windows color (decimal): -3279426 or 12514765. OLE color: 12514765.
HSL color Cylindrical-coordinate representation of color #CDF5BE: hue angle of 103.64º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CDF5BE is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
RGB | 205 | 245 | 190 | - |
CMYK | 0.16 | 0 | 0.22 | 0.04 |
HSL | 103.64º | 0.73% | 0.85% | - |
HSV(B) | 103.64º | 0.22% | 0.96% | - |
XYZ | 67.12 | 82 | 61.01 | - |
YUV | 226.77 | 107.25 | 112.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 245 | 190 | 0.16 | 0 | 0.22 | 0.04 | 103.64 | 0.73 | 0.85 |
Hex | CD | F5 | BE | 10 | 0 | 16 | 4 | 68 | 49 | 55 |
Octal | 315 | 365 | 276 | 20 | 0 | 26 | 4 | 150 | 111 | 125 |
Binary | 11001101 | 11110101 | 10111110 | 10000 | 0 | 10110 | 100 | 1101000 | 1001001 | 1010101 |
Color Harmonies of #CDF5BE
Complementary color
Monochromatic Colors of #CDF5BE
Black with #CDF5BE
Text Example
Text Example
White with #CDF5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF5BE; }
p { color: rgb(205,245,190); }
H1.HeaderClassName
{
color: #CDF5BE;
}
.AnyTagClassName
{
color: #CDF5BE;
}
</style>
background-color css
<style>
a { background-color: #CDF5BE; }
a { background-color: rgb(205,245,190); }
div.DivClassName
{
background-color: #CDF5BE;
}
.BgClassName
{
background-color: #CDF5BE;
}
</style>
border-color css
<style>
span { border-color: #CDF5BE; }
span { border-color: rgb(205,245,190); }
td.TdClassName
{
border-color: #CDF5BE;
}
.TagClassName
{
border-color: #CDF5BE;
}
</style>