Shades of Apple #72C547
Tints of Apple #72C547
RGB
CMYK
RGB Variations
Color information
#72C547 (or 0x72C547) is known color: Apple. HEX triplet: 72, C5 and 47. RGB value is (114,197,71). Sum of RGB (Red+Green+Blue) = 114+197+71=382 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.84% from 382); Green value is 197 (77.34% from 255 or 51.57% from 382); Blue value is 71 (28.12% from 255 or 18.59% from 382); Max value from RGB is 197 - color contains mainly: green. Hex color #72C547 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72C547 is #8D3AB8. Grayscale: #9E9E9E. Windows color (decimal): -9255609 or 4703602. OLE color: 4703602.
HSL color Cylindrical-coordinate representation of color #72C547: hue angle of 99.52º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #72C547 is Cyan = 0.42, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 114 | 197 | 71 | - |
| CMYK | 0.42 | 0 | 0.64 | 0.23 |
| HSL | 99.52º | 0.52% | 0.53% | - |
| HSV(B) | 99.52º | 0.64% | 0.77% | - |
| XYZ | 28.04 | 43.96 | 12.97 | - |
| YUV | 157.82 | 79 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 197 | 71 | 0.42 | 0 | 0.64 | 0.23 | 99.52 | 0.52 | 0.53 |
| Hex | 72 | C5 | 47 | 2A | 0 | 40 | 17 | 64 | 34 | 35 |
| Octal | 162 | 305 | 107 | 52 | 0 | 100 | 27 | 144 | 64 | 65 |
| Binary | 1110010 | 11000101 | 1000111 | 101010 | 0 | 1000000 | 10111 | 1100100 | 110100 | 110101 |
Color Harmonies of #72C547
Complementary color
Monochromatic Colors of #72C547
Black with #72C547
Text Example
Text Example
White with #72C547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C547; }
p { color: rgb(114,197,71); }
H1.HeaderClassName
{
color: #72C547;
}
.AnyTagClassName
{
color: #72C547;
}
</style>
background-color css
<style>
a { background-color: #72C547; }
a { background-color: rgb(114,197,71); }
div.DivClassName
{
background-color: #72C547;
}
.BgClassName
{
background-color: #72C547;
}
</style>
border-color css
<style>
span { border-color: #72C547; }
span { border-color: rgb(114,197,71); }
td.TdClassName
{
border-color: #72C547;
}
.TagClassName
{
border-color: #72C547;
}
</style>