Shades of Silver Tree #72D995
Tints of Silver Tree #72D995
RGB
CMYK
RGB Variations
Color information
#72D995 (or 0x72D995) is known color: Silver Tree. HEX triplet: 72, D9 and 95. RGB value is (114,217,149). Sum of RGB (Red+Green+Blue) = 114+217+149=480 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.75% from 480); Green value is 217 (85.16% from 255 or 45.21% from 480); Blue value is 149 (58.59% from 255 or 31.04% from 480); Max value from RGB is 217 - color contains mainly: green. Hex color #72D995 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72D995 is #8D266A. Grayscale: #B2B2B2. Windows color (decimal): -9250411 or 9820530. OLE color: 9820530.
HSL color Cylindrical-coordinate representation of color #72D995: hue angle of 140.39º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #72D995 is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 114 | 217 | 149 | - |
| CMYK | 0.47 | 0 | 0.31 | 0.15 |
| HSL | 140.39º | 0.58% | 0.65% | - |
| HSV(B) | 140.39º | 0.47% | 0.85% | - |
| XYZ | 37.18 | 55.37 | 37.16 | - |
| YUV | 178.45 | 111.38 | 82.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 217 | 149 | 0.47 | 0 | 0.31 | 0.15 | 140.39 | 0.58 | 0.65 |
| Hex | 72 | D9 | 95 | 2F | 0 | 1F | F | 8C | 3A | 41 |
| Octal | 162 | 331 | 225 | 57 | 0 | 37 | 17 | 214 | 72 | 101 |
| Binary | 1110010 | 11011001 | 10010101 | 101111 | 0 | 11111 | 1111 | 10001100 | 111010 | 1000001 |
Color Harmonies of #72D995
Complementary color
Monochromatic Colors of #72D995
Black with #72D995
Text Example
Text Example
White with #72D995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D995; }
p { color: rgb(114,217,149); }
H1.HeaderClassName
{
color: #72D995;
}
.AnyTagClassName
{
color: #72D995;
}
</style>
background-color css
<style>
a { background-color: #72D995; }
a { background-color: rgb(114,217,149); }
div.DivClassName
{
background-color: #72D995;
}
.BgClassName
{
background-color: #72D995;
}
</style>
border-color css
<style>
span { border-color: #72D995; }
span { border-color: rgb(114,217,149); }
td.TdClassName
{
border-color: #72D995;
}
.TagClassName
{
border-color: #72D995;
}
</style>