Shades of Apple #72C03A
Tints of Apple #72C03A
RGB
CMYK
RGB Variations
Color information
#72C03A (or 0x72C03A) is known color: Apple. HEX triplet: 72, C0 and 3A. RGB value is (114,192,58). Sum of RGB (Red+Green+Blue) = 114+192+58=364 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.32% from 364); Green value is 192 (75.39% from 255 or 52.75% from 364); Blue value is 58 (23.05% from 255 or 15.93% from 364); Max value from RGB is 192 - color contains mainly: green. Hex color #72C03A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72C03A is #8D3FC5. Grayscale: #999999. Windows color (decimal): -9256902 or 3850354. OLE color: 3850354.
HSL color Cylindrical-coordinate representation of color #72C03A: hue angle of 94.93º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #72C03A is Cyan = 0.41, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 192 | 58 | - |
| CMYK | 0.41 | 0 | 0.70 | 0.25 |
| HSL | 94.93º | 0.54% | 0.49% | - |
| HSV(B) | 94.93º | 0.7% | 0.75% | - |
| XYZ | 26.55 | 41.58 | 10.63 | - |
| YUV | 153.4 | 74.16 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 192 | 58 | 0.41 | 0 | 0.70 | 0.25 | 94.93 | 0.54 | 0.49 |
| Hex | 72 | C0 | 3A | 29 | 0 | 46 | 19 | 5F | 36 | 31 |
| Octal | 162 | 300 | 72 | 51 | 0 | 106 | 31 | 137 | 66 | 61 |
| Binary | 1110010 | 11000000 | 111010 | 101001 | 0 | 1000110 | 11001 | 1011111 | 110110 | 110001 |
Color Harmonies of #72C03A
Complementary color
Monochromatic Colors of #72C03A
Black with #72C03A
Text Example
Text Example
White with #72C03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C03A; }
p { color: rgb(114,192,58); }
H1.HeaderClassName
{
color: #72C03A;
}
.AnyTagClassName
{
color: #72C03A;
}
</style>
background-color css
<style>
a { background-color: #72C03A; }
a { background-color: rgb(114,192,58); }
div.DivClassName
{
background-color: #72C03A;
}
.BgClassName
{
background-color: #72C03A;
}
</style>
border-color css
<style>
span { border-color: #72C03A; }
span { border-color: rgb(114,192,58); }
td.TdClassName
{
border-color: #72C03A;
}
.TagClassName
{
border-color: #72C03A;
}
</style>