Shades of Apple #72C531
Tints of Apple #72C531
RGB
CMYK
RGB Variations
Color information
#72C531 (or 0x72C531) is known color: Apple. HEX triplet: 72, C5 and 31. RGB value is (114,197,49). Sum of RGB (Red+Green+Blue) = 114+197+49=360 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.67% from 360); Green value is 197 (77.34% from 255 or 54.72% from 360); Blue value is 49 (19.53% from 255 or 13.61% from 360); Max value from RGB is 197 - color contains mainly: green. Hex color #72C531 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72C531 is #8D3ACE. Grayscale: #9B9B9B. Windows color (decimal): -9255631 or 3261810. OLE color: 3261810.
HSL color Cylindrical-coordinate representation of color #72C531: hue angle of 93.65º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #72C531 is Cyan = 0.42, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 114 | 197 | 49 | - |
| CMYK | 0.42 | 0 | 0.75 | 0.23 |
| HSL | 93.65º | 0.6% | 0.48% | - |
| HSV(B) | 93.65º | 0.75% | 0.77% | - |
| XYZ | 27.46 | 43.73 | 9.9 | - |
| YUV | 155.31 | 68 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 197 | 49 | 0.42 | 0 | 0.75 | 0.23 | 93.65 | 0.6 | 0.48 |
| Hex | 72 | C5 | 31 | 2A | 0 | 4B | 17 | 5E | 3C | 30 |
| Octal | 162 | 305 | 61 | 52 | 0 | 113 | 27 | 136 | 74 | 60 |
| Binary | 1110010 | 11000101 | 110001 | 101010 | 0 | 1001011 | 10111 | 1011110 | 111100 | 110000 |
Color Harmonies of #72C531
Complementary color
Monochromatic Colors of #72C531
Black with #72C531
Text Example
Text Example
White with #72C531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C531; }
p { color: rgb(114,197,49); }
H1.HeaderClassName
{
color: #72C531;
}
.AnyTagClassName
{
color: #72C531;
}
</style>
background-color css
<style>
a { background-color: #72C531; }
a { background-color: rgb(114,197,49); }
div.DivClassName
{
background-color: #72C531;
}
.BgClassName
{
background-color: #72C531;
}
</style>
border-color css
<style>
span { border-color: #72C531; }
span { border-color: rgb(114,197,49); }
td.TdClassName
{
border-color: #72C531;
}
.TagClassName
{
border-color: #72C531;
}
</style>