Shades of Silver Tree #72E096
Tints of Silver Tree #72E096
RGB
CMYK
RGB Variations
Color information
#72E096 (or 0x72E096) is known color: Silver Tree. HEX triplet: 72, E0 and 96. RGB value is (114,224,150). Sum of RGB (Red+Green+Blue) = 114+224+150=488 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.36% from 488); Green value is 224 (87.89% from 255 or 45.90% from 488); Blue value is 150 (58.98% from 255 or 30.74% from 488); Max value from RGB is 224 - color contains mainly: green. Hex color #72E096 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72E096 is #8D1F69. Grayscale: #B6B6B6. Windows color (decimal): -9248618 or 9887858. OLE color: 9887858.
HSL color Cylindrical-coordinate representation of color #72E096: hue angle of 139.64º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72E096 is Cyan = 0.49, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 114 | 224 | 150 | - |
| CMYK | 0.49 | 0 | 0.33 | 0.12 |
| HSL | 139.64º | 0.64% | 0.66% | - |
| HSV(B) | 139.64º | 0.49% | 0.88% | - |
| XYZ | 39.1 | 59.09 | 38.2 | - |
| YUV | 182.67 | 109.56 | 79.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 224 | 150 | 0.49 | 0 | 0.33 | 0.12 | 139.64 | 0.64 | 0.66 |
| Hex | 72 | E0 | 96 | 31 | 0 | 21 | C | 8C | 40 | 42 |
| Octal | 162 | 340 | 226 | 61 | 0 | 41 | 14 | 214 | 100 | 102 |
| Binary | 1110010 | 11100000 | 10010110 | 110001 | 0 | 100001 | 1100 | 10001100 | 1000000 | 1000010 |
Color Harmonies of #72E096
Complementary color
Monochromatic Colors of #72E096
Black with #72E096
Text Example
Text Example
White with #72E096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E096; }
p { color: rgb(114,224,150); }
H1.HeaderClassName
{
color: #72E096;
}
.AnyTagClassName
{
color: #72E096;
}
</style>
background-color css
<style>
a { background-color: #72E096; }
a { background-color: rgb(114,224,150); }
div.DivClassName
{
background-color: #72E096;
}
.BgClassName
{
background-color: #72E096;
}
</style>
border-color css
<style>
span { border-color: #72E096; }
span { border-color: rgb(114,224,150); }
td.TdClassName
{
border-color: #72E096;
}
.TagClassName
{
border-color: #72E096;
}
</style>