Shades of Tea Green #CDFBB1
Tints of Tea Green #CDFBB1
RGB
CMYK
RGB Variations
Color information
#CDFBB1 (or 0xCDFBB1) is known color: Tea Green. HEX triplet: CD, FB and B1. RGB value is (205,251,177). Sum of RGB (Red+Green+Blue) = 205+251+177=633 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.39% from 633); Green value is 251 (98.44% from 255 or 39.65% from 633); Blue value is 177 (69.53% from 255 or 27.96% from 633); Max value from RGB is 251 - color contains mainly: green. Hex color #CDFBB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFBB1 is #32044E. Grayscale: #E5E5E5. Windows color (decimal): -3277903 or 11664333. OLE color: 11664333.
HSL color Cylindrical-coordinate representation of color #CDFBB1: hue angle of 97.3º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CDFBB1 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 251 | 177 | - |
| CMYK | 0.18 | 0 | 0.29 | 0.02 |
| HSL | 97.3º | 0.9% | 0.84% | - |
| HSV(B) | 97.3º | 0.29% | 0.98% | - |
| XYZ | 67.61 | 85.15 | 54.47 | - |
| YUV | 228.81 | 98.76 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 251 | 177 | 0.18 | 0 | 0.29 | 0.02 | 97.3 | 0.9 | 0.84 |
| Hex | CD | FB | B1 | 12 | 0 | 1D | 2 | 61 | 5A | 54 |
| Octal | 315 | 373 | 261 | 22 | 0 | 35 | 2 | 141 | 132 | 124 |
| Binary | 11001101 | 11111011 | 10110001 | 10010 | 0 | 11101 | 10 | 1100001 | 1011010 | 1010100 |
Color Harmonies of #CDFBB1
Complementary color
Monochromatic Colors of #CDFBB1
Black with #CDFBB1
Text Example
Text Example
White with #CDFBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFBB1; }
p { color: rgb(205,251,177); }
H1.HeaderClassName
{
color: #CDFBB1;
}
.AnyTagClassName
{
color: #CDFBB1;
}
</style>
background-color css
<style>
a { background-color: #CDFBB1; }
a { background-color: rgb(205,251,177); }
div.DivClassName
{
background-color: #CDFBB1;
}
.BgClassName
{
background-color: #CDFBB1;
}
</style>
border-color css
<style>
span { border-color: #CDFBB1; }
span { border-color: rgb(205,251,177); }
td.TdClassName
{
border-color: #CDFBB1;
}
.TagClassName
{
border-color: #CDFBB1;
}
</style>