Shades of Tea Green #D5EFB5
Tints of Tea Green #D5EFB5
RGB
CMYK
RGB Variations
Color information
#D5EFB5 (or 0xD5EFB5) is known color: Tea Green. HEX triplet: D5, EF and B5. RGB value is (213,239,181). Sum of RGB (Red+Green+Blue) = 213+239+181=633 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.65% from 633); Green value is 239 (93.75% from 255 or 37.76% from 633); Blue value is 181 (71.09% from 255 or 28.59% from 633); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EFB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EFB5 is #2A104A. Grayscale: #E0E0E0. Windows color (decimal): -2756683 or 11923413. OLE color: 11923413.
HSL color Cylindrical-coordinate representation of color #D5EFB5: hue angle of 86.9º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D5EFB5 is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 239 | 181 | - |
| CMYK | 0.11 | 0 | 0.24 | 0.06 |
| HSL | 86.9º | 0.64% | 0.82% | - |
| HSV(B) | 86.9º | 0.24% | 0.94% | - |
| XYZ | 66.65 | 79.22 | 55.49 | - |
| YUV | 224.61 | 103.39 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 239 | 181 | 0.11 | 0 | 0.24 | 0.06 | 86.9 | 0.64 | 0.82 |
| Hex | D5 | EF | B5 | B | 0 | 18 | 6 | 57 | 40 | 52 |
| Octal | 325 | 357 | 265 | 13 | 0 | 30 | 6 | 127 | 100 | 122 |
| Binary | 11010101 | 11101111 | 10110101 | 1011 | 0 | 11000 | 110 | 1010111 | 1000000 | 1010010 |
Color Harmonies of #D5EFB5
Complementary color
Monochromatic Colors of #D5EFB5
Black with #D5EFB5
Text Example
Text Example
White with #D5EFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EFB5; }
p { color: rgb(213,239,181); }
H1.HeaderClassName
{
color: #D5EFB5;
}
.AnyTagClassName
{
color: #D5EFB5;
}
</style>
background-color css
<style>
a { background-color: #D5EFB5; }
a { background-color: rgb(213,239,181); }
div.DivClassName
{
background-color: #D5EFB5;
}
.BgClassName
{
background-color: #D5EFB5;
}
</style>
border-color css
<style>
span { border-color: #D5EFB5; }
span { border-color: rgb(213,239,181); }
td.TdClassName
{
border-color: #D5EFB5;
}
.TagClassName
{
border-color: #D5EFB5;
}
</style>