Shades of Tea Green #CDFBC1
Tints of Tea Green #CDFBC1
RGB
CMYK
RGB Variations
Color information
#CDFBC1 (or 0xCDFBC1) is known color: Tea Green. HEX triplet: CD, FB and C1. RGB value is (205,251,193). Sum of RGB (Red+Green+Blue) = 205+251+193=649 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.59% from 649); Green value is 251 (98.44% from 255 or 38.67% from 649); Blue value is 193 (75.78% from 255 or 29.74% from 649); Max value from RGB is 251 - color contains mainly: green. Hex color #CDFBC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFBC1 is #32043E. Grayscale: #E6E6E6. Windows color (decimal): -3277887 or 12712909. OLE color: 12712909.
HSL color Cylindrical-coordinate representation of color #CDFBC1: hue angle of 107.59º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDFBC1 is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 251 | 193 | - |
| CMYK | 0.18 | 0 | 0.23 | 0.02 |
| HSL | 107.59º | 0.88% | 0.87% | - |
| HSV(B) | 107.59º | 0.23% | 0.98% | - |
| XYZ | 69.3 | 85.82 | 63.37 | - |
| YUV | 230.63 | 106.76 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 251 | 193 | 0.18 | 0 | 0.23 | 0.02 | 107.59 | 0.88 | 0.87 |
| Hex | CD | FB | C1 | 12 | 0 | 17 | 2 | 6C | 58 | 57 |
| Octal | 315 | 373 | 301 | 22 | 0 | 27 | 2 | 154 | 130 | 127 |
| Binary | 11001101 | 11111011 | 11000001 | 10010 | 0 | 10111 | 10 | 1101100 | 1011000 | 1010111 |
Color Harmonies of #CDFBC1
Complementary color
Monochromatic Colors of #CDFBC1
Black with #CDFBC1
Text Example
Text Example
White with #CDFBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFBC1; }
p { color: rgb(205,251,193); }
H1.HeaderClassName
{
color: #CDFBC1;
}
.AnyTagClassName
{
color: #CDFBC1;
}
</style>
background-color css
<style>
a { background-color: #CDFBC1; }
a { background-color: rgb(205,251,193); }
div.DivClassName
{
background-color: #CDFBC1;
}
.BgClassName
{
background-color: #CDFBC1;
}
</style>
border-color css
<style>
span { border-color: #CDFBC1; }
span { border-color: rgb(205,251,193); }
td.TdClassName
{
border-color: #CDFBC1;
}
.TagClassName
{
border-color: #CDFBC1;
}
</style>