Shades of Tea Green #D5F8B4
Tints of Tea Green #D5F8B4
RGB
CMYK
RGB Variations
Color information
#D5F8B4 (or 0xD5F8B4) is known color: Tea Green. HEX triplet: D5, F8 and B4. RGB value is (213,248,180). Sum of RGB (Red+Green+Blue) = 213+248+180=641 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.23% from 641); Green value is 248 (97.27% from 255 or 38.69% from 641); Blue value is 180 (70.70% from 255 or 28.08% from 641); Max value from RGB is 248 - color contains mainly: green. Hex color #D5F8B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F8B4 is #2A074B. Grayscale: #E6E6E6. Windows color (decimal): -2754380 or 11860181. OLE color: 11860181.
HSL color Cylindrical-coordinate representation of color #D5F8B4: hue angle of 90.88º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D5F8B4 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 213 | 248 | 180 | - |
| CMYK | 0.14 | 0 | 0.27 | 0.03 |
| HSL | 90.88º | 0.83% | 0.84% | - |
| HSV(B) | 90.88º | 0.27% | 0.97% | - |
| XYZ | 69.25 | 84.58 | 55.86 | - |
| YUV | 229.78 | 99.9 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 248 | 180 | 0.14 | 0 | 0.27 | 0.03 | 90.88 | 0.83 | 0.84 |
| Hex | D5 | F8 | B4 | E | 0 | 1B | 3 | 5B | 53 | 54 |
| Octal | 325 | 370 | 264 | 16 | 0 | 33 | 3 | 133 | 123 | 124 |
| Binary | 11010101 | 11111000 | 10110100 | 1110 | 0 | 11011 | 11 | 1011011 | 1010011 | 1010100 |
Color Harmonies of #D5F8B4
Complementary color
Monochromatic Colors of #D5F8B4
Black with #D5F8B4
Text Example
Text Example
White with #D5F8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F8B4; }
p { color: rgb(213,248,180); }
H1.HeaderClassName
{
color: #D5F8B4;
}
.AnyTagClassName
{
color: #D5F8B4;
}
</style>
background-color css
<style>
a { background-color: #D5F8B4; }
a { background-color: rgb(213,248,180); }
div.DivClassName
{
background-color: #D5F8B4;
}
.BgClassName
{
background-color: #D5F8B4;
}
</style>
border-color css
<style>
span { border-color: #D5F8B4; }
span { border-color: rgb(213,248,180); }
td.TdClassName
{
border-color: #D5F8B4;
}
.TagClassName
{
border-color: #D5F8B4;
}
</style>