Shades of Tea Green #D5FBB4
Tints of Tea Green #D5FBB4
RGB
CMYK
RGB Variations
Color information
#D5FBB4 (or 0xD5FBB4) is known color: Tea Green. HEX triplet: D5, FB and B4. RGB value is (213,251,180). Sum of RGB (Red+Green+Blue) = 213+251+180=644 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.07% from 644); Green value is 251 (98.44% from 255 or 38.98% from 644); Blue value is 180 (70.70% from 255 or 27.95% from 644); Max value from RGB is 251 - color contains mainly: green. Hex color #D5FBB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FBB4 is #2A044B. Grayscale: #E7E7E7. Windows color (decimal): -2753612 or 11860949. OLE color: 11860949.
HSL color Cylindrical-coordinate representation of color #D5FBB4: hue angle of 92.11º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D5FBB4 is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 251 | 180 | - |
| CMYK | 0.15 | 0 | 0.28 | 0.02 |
| HSL | 92.11º | 0.9% | 0.85% | - |
| HSV(B) | 92.11º | 0.28% | 0.98% | - |
| XYZ | 70.18 | 86.44 | 56.17 | - |
| YUV | 231.54 | 98.91 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 251 | 180 | 0.15 | 0 | 0.28 | 0.02 | 92.11 | 0.9 | 0.85 |
| Hex | D5 | FB | B4 | F | 0 | 1C | 2 | 5C | 5A | 55 |
| Octal | 325 | 373 | 264 | 17 | 0 | 34 | 2 | 134 | 132 | 125 |
| Binary | 11010101 | 11111011 | 10110100 | 1111 | 0 | 11100 | 10 | 1011100 | 1011010 | 1010101 |
Color Harmonies of #D5FBB4
Complementary color
Monochromatic Colors of #D5FBB4
Black with #D5FBB4
Text Example
Text Example
White with #D5FBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FBB4; }
p { color: rgb(213,251,180); }
H1.HeaderClassName
{
color: #D5FBB4;
}
.AnyTagClassName
{
color: #D5FBB4;
}
</style>
background-color css
<style>
a { background-color: #D5FBB4; }
a { background-color: rgb(213,251,180); }
div.DivClassName
{
background-color: #D5FBB4;
}
.BgClassName
{
background-color: #D5FBB4;
}
</style>
border-color css
<style>
span { border-color: #D5FBB4; }
span { border-color: rgb(213,251,180); }
td.TdClassName
{
border-color: #D5FBB4;
}
.TagClassName
{
border-color: #D5FBB4;
}
</style>