Shades of Tea Green #CFF4B5
Tints of Tea Green #CFF4B5
RGB
CMYK
RGB Variations
Color information
#CFF4B5 (or 0xCFF4B5) is known color: Tea Green. HEX triplet: CF, F4 and B5. RGB value is (207,244,181). Sum of RGB (Red+Green+Blue) = 207+244+181=632 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.75% from 632); Green value is 244 (95.70% from 255 or 38.61% from 632); Blue value is 181 (71.09% from 255 or 28.64% from 632); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF4B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF4B5 is #300B4A. Grayscale: #E1E1E1. Windows color (decimal): -3148619 or 11924687. OLE color: 11924687.
HSL color Cylindrical-coordinate representation of color #CFF4B5: hue angle of 95.24º degrees, saturation: 0.74, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFF4B5 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 244 | 181 | - |
| CMYK | 0.15 | 0 | 0.26 | 0.04 |
| HSL | 95.24º | 0.74% | 0.83% | - |
| HSV(B) | 95.24º | 0.26% | 0.96% | - |
| XYZ | 66.42 | 81.3 | 55.91 | - |
| YUV | 225.76 | 102.74 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 181 | 0.15 | 0 | 0.26 | 0.04 | 95.24 | 0.74 | 0.83 |
| Hex | CF | F4 | B5 | F | 0 | 1A | 4 | 5F | 4A | 53 |
| Octal | 317 | 364 | 265 | 17 | 0 | 32 | 4 | 137 | 112 | 123 |
| Binary | 11001111 | 11110100 | 10110101 | 1111 | 0 | 11010 | 100 | 1011111 | 1001010 | 1010011 |
Color Harmonies of #CFF4B5
Complementary color
Monochromatic Colors of #CFF4B5
Black with #CFF4B5
Text Example
Text Example
White with #CFF4B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF4B5; }
p { color: rgb(207,244,181); }
H1.HeaderClassName
{
color: #CFF4B5;
}
.AnyTagClassName
{
color: #CFF4B5;
}
</style>
background-color css
<style>
a { background-color: #CFF4B5; }
a { background-color: rgb(207,244,181); }
div.DivClassName
{
background-color: #CFF4B5;
}
.BgClassName
{
background-color: #CFF4B5;
}
</style>
border-color css
<style>
span { border-color: #CFF4B5; }
span { border-color: rgb(207,244,181); }
td.TdClassName
{
border-color: #CFF4B5;
}
.TagClassName
{
border-color: #CFF4B5;
}
</style>