Shades of Tea Green #CDFBB5
Tints of Tea Green #CDFBB5
RGB
CMYK
RGB Variations
Color information
#CDFBB5 (or 0xCDFBB5) is known color: Tea Green. HEX triplet: CD, FB and B5. RGB value is (205,251,181). Sum of RGB (Red+Green+Blue) = 205+251+181=637 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.18% from 637); Green value is 251 (98.44% from 255 or 39.40% from 637); Blue value is 181 (71.09% from 255 or 28.41% from 637); Max value from RGB is 251 - color contains mainly: green. Hex color #CDFBB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFBB5 is #32044A. Grayscale: #E5E5E5. Windows color (decimal): -3277899 or 11926477. OLE color: 11926477.
HSL color Cylindrical-coordinate representation of color #CDFBB5: hue angle of 99.43º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDFBB5 is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 251 | 181 | - |
| CMYK | 0.18 | 0 | 0.28 | 0.02 |
| HSL | 99.43º | 0.9% | 0.85% | - |
| HSV(B) | 99.43º | 0.28% | 0.98% | - |
| XYZ | 68.01 | 85.31 | 56.6 | - |
| YUV | 229.27 | 100.76 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 251 | 181 | 0.18 | 0 | 0.28 | 0.02 | 99.43 | 0.9 | 0.85 |
| Hex | CD | FB | B5 | 12 | 0 | 1C | 2 | 63 | 5A | 55 |
| Octal | 315 | 373 | 265 | 22 | 0 | 34 | 2 | 143 | 132 | 125 |
| Binary | 11001101 | 11111011 | 10110101 | 10010 | 0 | 11100 | 10 | 1100011 | 1011010 | 1010101 |
Color Harmonies of #CDFBB5
Complementary color
Monochromatic Colors of #CDFBB5
Black with #CDFBB5
Text Example
Text Example
White with #CDFBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFBB5; }
p { color: rgb(205,251,181); }
H1.HeaderClassName
{
color: #CDFBB5;
}
.AnyTagClassName
{
color: #CDFBB5;
}
</style>
background-color css
<style>
a { background-color: #CDFBB5; }
a { background-color: rgb(205,251,181); }
div.DivClassName
{
background-color: #CDFBB5;
}
.BgClassName
{
background-color: #CDFBB5;
}
</style>
border-color css
<style>
span { border-color: #CDFBB5; }
span { border-color: rgb(205,251,181); }
td.TdClassName
{
border-color: #CDFBB5;
}
.TagClassName
{
border-color: #CDFBB5;
}
</style>