Shades of Tea Green #D4F2BF
Tints of Tea Green #D4F2BF
RGB
CMYK
RGB Variations
Color information
#D4F2BF (or 0xD4F2BF) is known color: Tea Green. HEX triplet: D4, F2 and BF. RGB value is (212,242,191). Sum of RGB (Red+Green+Blue) = 212+242+191=645 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.87% from 645); Green value is 242 (94.92% from 255 or 37.52% from 645); Blue value is 191 (75% from 255 or 29.61% from 645); Max value from RGB is 242 - color contains mainly: green. Hex color #D4F2BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4F2BF is #2B0D40. Grayscale: #E3E3E3. Windows color (decimal): -2821441 or 12579540. OLE color: 12579540.
HSL color Cylindrical-coordinate representation of color #D4F2BF: hue angle of 95.29º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D4F2BF is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 242 | 191 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.05 |
| HSL | 95.29º | 0.66% | 0.85% | - |
| HSV(B) | 95.29º | 0.21% | 0.95% | - |
| XYZ | 68.31 | 81.26 | 61.38 | - |
| YUV | 227.22 | 107.56 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 242 | 191 | 0.12 | 0 | 0.21 | 0.05 | 95.29 | 0.66 | 0.85 |
| Hex | D4 | F2 | BF | C | 0 | 15 | 5 | 5F | 42 | 55 |
| Octal | 324 | 362 | 277 | 14 | 0 | 25 | 5 | 137 | 102 | 125 |
| Binary | 11010100 | 11110010 | 10111111 | 1100 | 0 | 10101 | 101 | 1011111 | 1000010 | 1010101 |
Color Harmonies of #D4F2BF
Complementary color
Monochromatic Colors of #D4F2BF
Black with #D4F2BF
Text Example
Text Example
White with #D4F2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F2BF; }
p { color: rgb(212,242,191); }
H1.HeaderClassName
{
color: #D4F2BF;
}
.AnyTagClassName
{
color: #D4F2BF;
}
</style>
background-color css
<style>
a { background-color: #D4F2BF; }
a { background-color: rgb(212,242,191); }
div.DivClassName
{
background-color: #D4F2BF;
}
.BgClassName
{
background-color: #D4F2BF;
}
</style>
border-color css
<style>
span { border-color: #D4F2BF; }
span { border-color: rgb(212,242,191); }
td.TdClassName
{
border-color: #D4F2BF;
}
.TagClassName
{
border-color: #D4F2BF;
}
</style>