Shades of Tea Green #CFF4B4
Tints of Tea Green #CFF4B4
RGB
CMYK
RGB Variations
Color information
#CFF4B4 (or 0xCFF4B4) is known color: Tea Green. HEX triplet: CF, F4 and B4. RGB value is (207,244,180). Sum of RGB (Red+Green+Blue) = 207+244+180=631 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.81% from 631); Green value is 244 (95.70% from 255 or 38.67% from 631); Blue value is 180 (70.70% from 255 or 28.53% from 631); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF4B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF4B4 is #300B4B. Grayscale: #E1E1E1. Windows color (decimal): -3148620 or 11859151. OLE color: 11859151.
HSL color Cylindrical-coordinate representation of color #CFF4B4: hue angle of 94.69º 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 #CFF4B4 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 244 | 180 | - |
| CMYK | 0.15 | 0 | 0.26 | 0.04 |
| HSL | 94.69º | 0.74% | 0.83% | - |
| HSV(B) | 94.69º | 0.26% | 0.96% | - |
| XYZ | 66.32 | 81.26 | 55.37 | - |
| YUV | 225.64 | 102.24 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 180 | 0.15 | 0 | 0.26 | 0.04 | 94.69 | 0.74 | 0.83 |
| Hex | CF | F4 | B4 | F | 0 | 1A | 4 | 5F | 4A | 53 |
| Octal | 317 | 364 | 264 | 17 | 0 | 32 | 4 | 137 | 112 | 123 |
| Binary | 11001111 | 11110100 | 10110100 | 1111 | 0 | 11010 | 100 | 1011111 | 1001010 | 1010011 |
Color Harmonies of #CFF4B4
Complementary color
Monochromatic Colors of #CFF4B4
Black with #CFF4B4
Text Example
Text Example
White with #CFF4B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF4B4; }
p { color: rgb(207,244,180); }
H1.HeaderClassName
{
color: #CFF4B4;
}
.AnyTagClassName
{
color: #CFF4B4;
}
</style>
background-color css
<style>
a { background-color: #CFF4B4; }
a { background-color: rgb(207,244,180); }
div.DivClassName
{
background-color: #CFF4B4;
}
.BgClassName
{
background-color: #CFF4B4;
}
</style>
border-color css
<style>
span { border-color: #CFF4B4; }
span { border-color: rgb(207,244,180); }
td.TdClassName
{
border-color: #CFF4B4;
}
.TagClassName
{
border-color: #CFF4B4;
}
</style>