Shades of Tea Green #CDFEB5
Tints of Tea Green #CDFEB5
RGB
CMYK
RGB Variations
Color information
#CDFEB5 (or 0xCDFEB5) is known color: Tea Green. HEX triplet: CD, FE and B5. RGB value is (205,254,181). Sum of RGB (Red+Green+Blue) = 205+254+181=640 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.03% from 640); Green value is 254 (99.61% from 255 or 39.69% from 640); Blue value is 181 (71.09% from 255 or 28.28% from 640); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFEB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFEB5 is #32014A. Grayscale: #E7E7E7. Windows color (decimal): -3277131 or 11927245. OLE color: 11927245.
HSL color Cylindrical-coordinate representation of color #CDFEB5: hue angle of 100.27º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CDFEB5 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 254 | 181 | - |
| CMYK | 0.19 | 0 | 0.29 | 0.00 |
| HSL | 100.27º | 0.97% | 0.85% | - |
| HSV(B) | 100.27º | 0.29% | 1% | - |
| XYZ | 68.96 | 87.2 | 56.91 | - |
| YUV | 231.03 | 99.77 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 254 | 181 | 0.19 | 0 | 0.29 | 0.00 | 100.27 | 0.97 | 0.85 |
| Hex | CD | FE | B5 | 13 | 0 | 1D | 0 | 64 | 61 | 55 |
| Octal | 315 | 376 | 265 | 23 | 0 | 35 | 0 | 144 | 141 | 125 |
| Binary | 11001101 | 11111110 | 10110101 | 10011 | 0 | 11101 | 0 | 1100100 | 1100001 | 1010101 |
Color Harmonies of #CDFEB5
Complementary color
Monochromatic Colors of #CDFEB5
Black with #CDFEB5
Text Example
Text Example
White with #CDFEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFEB5; }
p { color: rgb(205,254,181); }
H1.HeaderClassName
{
color: #CDFEB5;
}
.AnyTagClassName
{
color: #CDFEB5;
}
</style>
background-color css
<style>
a { background-color: #CDFEB5; }
a { background-color: rgb(205,254,181); }
div.DivClassName
{
background-color: #CDFEB5;
}
.BgClassName
{
background-color: #CDFEB5;
}
</style>
border-color css
<style>
span { border-color: #CDFEB5; }
span { border-color: rgb(205,254,181); }
td.TdClassName
{
border-color: #CDFEB5;
}
.TagClassName
{
border-color: #CDFEB5;
}
</style>