Shades of Silver Tree #72DB98
Tints of Silver Tree #72DB98
RGB
CMYK
RGB Variations
Color information
#72DB98 (or 0x72DB98) is known color: Silver Tree. HEX triplet: 72, DB and 98. RGB value is (114,219,152). Sum of RGB (Red+Green+Blue) = 114+219+152=485 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.51% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 152 (59.77% from 255 or 31.34% from 485); Max value from RGB is 219 - color contains mainly: green. Hex color #72DB98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72DB98 is #8D2467. Grayscale: #B4B4B4. Windows color (decimal): -9249896 or 10017650. OLE color: 10017650.
HSL color Cylindrical-coordinate representation of color #72DB98: hue angle of 141.71º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72DB98 is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 219 | 152 | - |
| CMYK | 0.48 | 0 | 0.31 | 0.14 |
| HSL | 141.71º | 0.59% | 0.65% | - |
| HSV(B) | 141.71º | 0.48% | 0.86% | - |
| XYZ | 37.94 | 56.51 | 38.61 | - |
| YUV | 179.97 | 112.21 | 80.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 219 | 152 | 0.48 | 0 | 0.31 | 0.14 | 141.71 | 0.59 | 0.65 |
| Hex | 72 | DB | 98 | 30 | 0 | 1F | E | 8E | 3B | 41 |
| Octal | 162 | 333 | 230 | 60 | 0 | 37 | 16 | 216 | 73 | 101 |
| Binary | 1110010 | 11011011 | 10011000 | 110000 | 0 | 11111 | 1110 | 10001110 | 111011 | 1000001 |
Color Harmonies of #72DB98
Complementary color
Monochromatic Colors of #72DB98
Black with #72DB98
Text Example
Text Example
White with #72DB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DB98; }
p { color: rgb(114,219,152); }
H1.HeaderClassName
{
color: #72DB98;
}
.AnyTagClassName
{
color: #72DB98;
}
</style>
background-color css
<style>
a { background-color: #72DB98; }
a { background-color: rgb(114,219,152); }
div.DivClassName
{
background-color: #72DB98;
}
.BgClassName
{
background-color: #72DB98;
}
</style>
border-color css
<style>
span { border-color: #72DB98; }
span { border-color: rgb(114,219,152); }
td.TdClassName
{
border-color: #72DB98;
}
.TagClassName
{
border-color: #72DB98;
}
</style>