Shades of Apple #72C035
Tints of Apple #72C035
RGB
CMYK
RGB Variations
Color information
#72C035 (or 0x72C035) is known color: Apple. HEX triplet: 72, C0 and 35. RGB value is (114,192,53). Sum of RGB (Red+Green+Blue) = 114+192+53=359 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.75% from 359); Green value is 192 (75.39% from 255 or 53.48% from 359); Blue value is 53 (21.09% from 255 or 14.76% from 359); Max value from RGB is 192 - color contains mainly: green. Hex color #72C035 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72C035 is #8D3FCA. Grayscale: #999999. Windows color (decimal): -9256907 or 3522674. OLE color: 3522674.
HSL color Cylindrical-coordinate representation of color #72C035: hue angle of 93.67º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #72C035 is Cyan = 0.41, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 192 | 53 | - |
| CMYK | 0.41 | 0 | 0.72 | 0.25 |
| HSL | 93.67º | 0.57% | 0.48% | - |
| HSV(B) | 93.67º | 0.72% | 0.75% | - |
| XYZ | 26.43 | 41.53 | 9.99 | - |
| YUV | 152.83 | 71.66 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 192 | 53 | 0.41 | 0 | 0.72 | 0.25 | 93.67 | 0.57 | 0.48 |
| Hex | 72 | C0 | 35 | 29 | 0 | 48 | 19 | 5E | 39 | 30 |
| Octal | 162 | 300 | 65 | 51 | 0 | 110 | 31 | 136 | 71 | 60 |
| Binary | 1110010 | 11000000 | 110101 | 101001 | 0 | 1001000 | 11001 | 1011110 | 111001 | 110000 |
Color Harmonies of #72C035
Complementary color
Monochromatic Colors of #72C035
Black with #72C035
Text Example
Text Example
White with #72C035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C035; }
p { color: rgb(114,192,53); }
H1.HeaderClassName
{
color: #72C035;
}
.AnyTagClassName
{
color: #72C035;
}
</style>
background-color css
<style>
a { background-color: #72C035; }
a { background-color: rgb(114,192,53); }
div.DivClassName
{
background-color: #72C035;
}
.BgClassName
{
background-color: #72C035;
}
</style>
border-color css
<style>
span { border-color: #72C035; }
span { border-color: rgb(114,192,53); }
td.TdClassName
{
border-color: #72C035;
}
.TagClassName
{
border-color: #72C035;
}
</style>