Shades of Silver Tree #72DC91
Tints of Silver Tree #72DC91
RGB
CMYK
RGB Variations
Color information
#72DC91 (or 0x72DC91) is known color: Silver Tree. HEX triplet: 72, DC and 91. RGB value is (114,220,145). Sum of RGB (Red+Green+Blue) = 114+220+145=479 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.80% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 145 (57.03% from 255 or 30.27% from 479); Max value from RGB is 220 - color contains mainly: green. Hex color #72DC91 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72DC91 is #8D236E. Grayscale: #B3B3B3. Windows color (decimal): -9249647 or 9559154. OLE color: 9559154.
HSL color Cylindrical-coordinate representation of color #72DC91: hue angle of 137.55º degrees, saturation: 0.6, 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 #72DC91 is Cyan = 0.48, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 220 | 145 | - |
| CMYK | 0.48 | 0 | 0.34 | 0.14 |
| HSL | 137.55º | 0.6% | 0.65% | - |
| HSV(B) | 137.55º | 0.48% | 0.86% | - |
| XYZ | 37.64 | 56.81 | 35.77 | - |
| YUV | 179.76 | 108.38 | 81.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 220 | 145 | 0.48 | 0 | 0.34 | 0.14 | 137.55 | 0.6 | 0.65 |
| Hex | 72 | DC | 91 | 30 | 0 | 22 | E | 8A | 3C | 41 |
| Octal | 162 | 334 | 221 | 60 | 0 | 42 | 16 | 212 | 74 | 101 |
| Binary | 1110010 | 11011100 | 10010001 | 110000 | 0 | 100010 | 1110 | 10001010 | 111100 | 1000001 |
Color Harmonies of #72DC91
Complementary color
Monochromatic Colors of #72DC91
Black with #72DC91
Text Example
Text Example
White with #72DC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DC91; }
p { color: rgb(114,220,145); }
H1.HeaderClassName
{
color: #72DC91;
}
.AnyTagClassName
{
color: #72DC91;
}
</style>
background-color css
<style>
a { background-color: #72DC91; }
a { background-color: rgb(114,220,145); }
div.DivClassName
{
background-color: #72DC91;
}
.BgClassName
{
background-color: #72DC91;
}
</style>
border-color css
<style>
span { border-color: #72DC91; }
span { border-color: rgb(114,220,145); }
td.TdClassName
{
border-color: #72DC91;
}
.TagClassName
{
border-color: #72DC91;
}
</style>