Shades of Tea Green #DAF7BD
Tints of Tea Green #DAF7BD
RGB
CMYK
RGB Variations
Color information
#DAF7BD (or 0xDAF7BD) is known color: Tea Green. HEX triplet: DA, F7 and BD. RGB value is (218,247,189). Sum of RGB (Red+Green+Blue) = 218+247+189=654 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.33% from 654); Green value is 247 (96.88% from 255 or 37.77% from 654); Blue value is 189 (74.22% from 255 or 28.90% from 654); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF7BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF7BD is #250842. Grayscale: #E7E7E7. Windows color (decimal): -2426947 or 12449754. OLE color: 12449754.
HSL color Cylindrical-coordinate representation of color #DAF7BD: hue angle of 90º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DAF7BD is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 247 | 189 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.03 |
| HSL | 90º | 0.78% | 0.85% | - |
| HSV(B) | 90º | 0.23% | 0.97% | - |
| XYZ | 71.36 | 85.1 | 60.81 | - |
| YUV | 231.72 | 103.89 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 247 | 189 | 0.12 | 0 | 0.23 | 0.03 | 90 | 0.78 | 0.85 |
| Hex | DA | F7 | BD | C | 0 | 17 | 3 | 5A | 4E | 55 |
| Octal | 332 | 367 | 275 | 14 | 0 | 27 | 3 | 132 | 116 | 125 |
| Binary | 11011010 | 11110111 | 10111101 | 1100 | 0 | 10111 | 11 | 1011010 | 1001110 | 1010101 |
Color Harmonies of #DAF7BD
Complementary color
Monochromatic Colors of #DAF7BD
Black with #DAF7BD
Text Example
Text Example
White with #DAF7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF7BD; }
p { color: rgb(218,247,189); }
H1.HeaderClassName
{
color: #DAF7BD;
}
.AnyTagClassName
{
color: #DAF7BD;
}
</style>
background-color css
<style>
a { background-color: #DAF7BD; }
a { background-color: rgb(218,247,189); }
div.DivClassName
{
background-color: #DAF7BD;
}
.BgClassName
{
background-color: #DAF7BD;
}
</style>
border-color css
<style>
span { border-color: #DAF7BD; }
span { border-color: rgb(218,247,189); }
td.TdClassName
{
border-color: #DAF7BD;
}
.TagClassName
{
border-color: #DAF7BD;
}
</style>