Shades of Apple #72C037
Tints of Apple #72C037
RGB
CMYK
RGB Variations
Color information
#72C037 (or 0x72C037) is known color: Apple. HEX triplet: 72, C0 and 37. RGB value is (114,192,55). Sum of RGB (Red+Green+Blue) = 114+192+55=361 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.58% from 361); Green value is 192 (75.39% from 255 or 53.19% from 361); Blue value is 55 (21.88% from 255 or 15.24% from 361); Max value from RGB is 192 - color contains mainly: green. Hex color #72C037 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72C037 is #8D3FC8. Grayscale: #999999. Windows color (decimal): -9256905 or 3653746. OLE color: 3653746.
HSL color Cylindrical-coordinate representation of color #72C037: hue angle of 94.16º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #72C037 is Cyan = 0.41, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 192 | 55 | - |
| CMYK | 0.41 | 0 | 0.71 | 0.25 |
| HSL | 94.16º | 0.55% | 0.48% | - |
| HSV(B) | 94.16º | 0.71% | 0.75% | - |
| XYZ | 26.48 | 41.55 | 10.24 | - |
| YUV | 153.06 | 72.66 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 192 | 55 | 0.41 | 0 | 0.71 | 0.25 | 94.16 | 0.55 | 0.48 |
| Hex | 72 | C0 | 37 | 29 | 0 | 47 | 19 | 5E | 37 | 30 |
| Octal | 162 | 300 | 67 | 51 | 0 | 107 | 31 | 136 | 67 | 60 |
| Binary | 1110010 | 11000000 | 110111 | 101001 | 0 | 1000111 | 11001 | 1011110 | 110111 | 110000 |
Color Harmonies of #72C037
Complementary color
Monochromatic Colors of #72C037
Black with #72C037
Text Example
Text Example
White with #72C037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C037; }
p { color: rgb(114,192,55); }
H1.HeaderClassName
{
color: #72C037;
}
.AnyTagClassName
{
color: #72C037;
}
</style>
background-color css
<style>
a { background-color: #72C037; }
a { background-color: rgb(114,192,55); }
div.DivClassName
{
background-color: #72C037;
}
.BgClassName
{
background-color: #72C037;
}
</style>
border-color css
<style>
span { border-color: #72C037; }
span { border-color: rgb(114,192,55); }
td.TdClassName
{
border-color: #72C037;
}
.TagClassName
{
border-color: #72C037;
}
</style>