Shades of Tea Green #CFFDB4
Tints of Tea Green #CFFDB4
RGB
CMYK
RGB Variations
Color information
#CFFDB4 (or 0xCFFDB4) is known color: Tea Green. HEX triplet: CF, FD and B4. RGB value is (207,253,180). Sum of RGB (Red+Green+Blue) = 207+253+180=640 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.34% from 640); Green value is 253 (99.22% from 255 or 39.53% from 640); Blue value is 180 (70.70% from 255 or 28.12% from 640); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFDB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFDB4 is #30024B. Grayscale: #E7E7E7. Windows color (decimal): -3146316 or 11861455. OLE color: 11861455.
HSL color Cylindrical-coordinate representation of color #CFFDB4: hue angle of 97.81º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFFDB4 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
RGB | 207 | 253 | 180 | - |
CMYK | 0.18 | 0 | 0.29 | 0.01 |
HSL | 97.81º | 0.95% | 0.85% | - |
HSV(B) | 97.81º | 0.29% | 0.99% | - |
XYZ | 69.1 | 86.81 | 56.29 | - |
YUV | 230.92 | 99.26 | 110.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 253 | 180 | 0.18 | 0 | 0.29 | 0.01 | 97.81 | 0.95 | 0.85 |
Hex | CF | FD | B4 | 12 | 0 | 1D | 1 | 62 | 5F | 55 |
Octal | 317 | 375 | 264 | 22 | 0 | 35 | 1 | 142 | 137 | 125 |
Binary | 11001111 | 11111101 | 10110100 | 10010 | 0 | 11101 | 1 | 1100010 | 1011111 | 1010101 |
Color Harmonies of #CFFDB4
Complementary color
Monochromatic Colors of #CFFDB4
Black with #CFFDB4
Text Example
Text Example
White with #CFFDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFDB4; }
p { color: rgb(207,253,180); }
H1.HeaderClassName
{
color: #CFFDB4;
}
.AnyTagClassName
{
color: #CFFDB4;
}
</style>
background-color css
<style>
a { background-color: #CFFDB4; }
a { background-color: rgb(207,253,180); }
div.DivClassName
{
background-color: #CFFDB4;
}
.BgClassName
{
background-color: #CFFDB4;
}
</style>
border-color css
<style>
span { border-color: #CFFDB4; }
span { border-color: rgb(207,253,180); }
td.TdClassName
{
border-color: #CFFDB4;
}
.TagClassName
{
border-color: #CFFDB4;
}
</style>