Shades of Tea Green #D2F2B5
Tints of Tea Green #D2F2B5
RGB
CMYK
RGB Variations
Color information
#D2F2B5 (or 0xD2F2B5) is known color: Tea Green. HEX triplet: D2, F2 and B5. RGB value is (210,242,181). Sum of RGB (Red+Green+Blue) = 210+242+181=633 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.18% from 633); Green value is 242 (94.92% from 255 or 38.23% from 633); Blue value is 181 (71.09% from 255 or 28.59% from 633); Max value from RGB is 242 - color contains mainly: green. Hex color #D2F2B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F2B5 is #2D0D4A. Grayscale: #E1E1E1. Windows color (decimal): -2952523 or 11924178. OLE color: 11924178.
HSL color Cylindrical-coordinate representation of color #D2F2B5: hue angle of 91.48º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D2F2B5 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 242 | 181 | - |
| CMYK | 0.13 | 0 | 0.25 | 0.05 |
| HSL | 91.48º | 0.7% | 0.83% | - |
| HSV(B) | 91.48º | 0.25% | 0.95% | - |
| XYZ | 66.67 | 80.54 | 55.75 | - |
| YUV | 225.48 | 102.9 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 242 | 181 | 0.13 | 0 | 0.25 | 0.05 | 91.48 | 0.7 | 0.83 |
| Hex | D2 | F2 | B5 | D | 0 | 19 | 5 | 5B | 46 | 53 |
| Octal | 322 | 362 | 265 | 15 | 0 | 31 | 5 | 133 | 106 | 123 |
| Binary | 11010010 | 11110010 | 10110101 | 1101 | 0 | 11001 | 101 | 1011011 | 1000110 | 1010011 |
Color Harmonies of #D2F2B5
Complementary color
Monochromatic Colors of #D2F2B5
Black with #D2F2B5
Text Example
Text Example
White with #D2F2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F2B5; }
p { color: rgb(210,242,181); }
H1.HeaderClassName
{
color: #D2F2B5;
}
.AnyTagClassName
{
color: #D2F2B5;
}
</style>
background-color css
<style>
a { background-color: #D2F2B5; }
a { background-color: rgb(210,242,181); }
div.DivClassName
{
background-color: #D2F2B5;
}
.BgClassName
{
background-color: #D2F2B5;
}
</style>
border-color css
<style>
span { border-color: #D2F2B5; }
span { border-color: rgb(210,242,181); }
td.TdClassName
{
border-color: #D2F2B5;
}
.TagClassName
{
border-color: #D2F2B5;
}
</style>