Shades of Silver Tree #72E094
Tints of Silver Tree #72E094
RGB
CMYK
RGB Variations
Color information
#72E094 (or 0x72E094) is known color: Silver Tree. HEX triplet: 72, E0 and 94. RGB value is (114,224,148). Sum of RGB (Red+Green+Blue) = 114+224+148=486 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.46% from 486); Green value is 224 (87.89% from 255 or 46.09% from 486); Blue value is 148 (58.20% from 255 or 30.45% from 486); Max value from RGB is 224 - color contains mainly: green. Hex color #72E094 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72E094 is #8D1F6B. Grayscale: #B6B6B6. Windows color (decimal): -9248620 or 9756786. OLE color: 9756786.
HSL color Cylindrical-coordinate representation of color #72E094: hue angle of 138.55º 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 #72E094 is Cyan = 0.49, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 114 | 224 | 148 | - |
| CMYK | 0.49 | 0 | 0.34 | 0.12 |
| HSL | 138.55º | 0.64% | 0.66% | - |
| HSV(B) | 138.55º | 0.49% | 0.88% | - |
| XYZ | 38.94 | 59.03 | 37.36 | - |
| YUV | 182.45 | 108.56 | 79.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 224 | 148 | 0.49 | 0 | 0.34 | 0.12 | 138.55 | 0.64 | 0.66 |
| Hex | 72 | E0 | 94 | 31 | 0 | 22 | C | 8B | 40 | 42 |
| Octal | 162 | 340 | 224 | 61 | 0 | 42 | 14 | 213 | 100 | 102 |
| Binary | 1110010 | 11100000 | 10010100 | 110001 | 0 | 100010 | 1100 | 10001011 | 1000000 | 1000010 |
Color Harmonies of #72E094
Complementary color
Monochromatic Colors of #72E094
Black with #72E094
Text Example
Text Example
White with #72E094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E094; }
p { color: rgb(114,224,148); }
H1.HeaderClassName
{
color: #72E094;
}
.AnyTagClassName
{
color: #72E094;
}
</style>
background-color css
<style>
a { background-color: #72E094; }
a { background-color: rgb(114,224,148); }
div.DivClassName
{
background-color: #72E094;
}
.BgClassName
{
background-color: #72E094;
}
</style>
border-color css
<style>
span { border-color: #72E094; }
span { border-color: rgb(114,224,148); }
td.TdClassName
{
border-color: #72E094;
}
.TagClassName
{
border-color: #72E094;
}
</style>