Shades of Apple #72C432
Tints of Apple #72C432
RGB
CMYK
RGB Variations
Color information
#72C432 (or 0x72C432) is known color: Apple. HEX triplet: 72, C4 and 32. RGB value is (114,196,50). Sum of RGB (Red+Green+Blue) = 114+196+50=360 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.67% from 360); Green value is 196 (76.95% from 255 or 54.44% from 360); Blue value is 50 (19.92% from 255 or 13.89% from 360); Max value from RGB is 196 - color contains mainly: green. Hex color #72C432 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72C432 is #8D3BCD. Grayscale: #9B9B9B. Windows color (decimal): -9255886 or 3327090. OLE color: 3327090.
HSL color Cylindrical-coordinate representation of color #72C432: hue angle of 93.7º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #72C432 is Cyan = 0.42, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 114 | 196 | 50 | - |
| CMYK | 0.42 | 0 | 0.74 | 0.23 |
| HSL | 93.7º | 0.59% | 0.48% | - |
| HSV(B) | 93.7º | 0.74% | 0.77% | - |
| XYZ | 27.26 | 43.29 | 9.94 | - |
| YUV | 154.84 | 68.83 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 196 | 50 | 0.42 | 0 | 0.74 | 0.23 | 93.7 | 0.59 | 0.48 |
| Hex | 72 | C4 | 32 | 2A | 0 | 4A | 17 | 5E | 3B | 30 |
| Octal | 162 | 304 | 62 | 52 | 0 | 112 | 27 | 136 | 73 | 60 |
| Binary | 1110010 | 11000100 | 110010 | 101010 | 0 | 1001010 | 10111 | 1011110 | 111011 | 110000 |
Color Harmonies of #72C432
Complementary color
Monochromatic Colors of #72C432
Black with #72C432
Text Example
Text Example
White with #72C432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C432; }
p { color: rgb(114,196,50); }
H1.HeaderClassName
{
color: #72C432;
}
.AnyTagClassName
{
color: #72C432;
}
</style>
background-color css
<style>
a { background-color: #72C432; }
a { background-color: rgb(114,196,50); }
div.DivClassName
{
background-color: #72C432;
}
.BgClassName
{
background-color: #72C432;
}
</style>
border-color css
<style>
span { border-color: #72C432; }
span { border-color: rgb(114,196,50); }
td.TdClassName
{
border-color: #72C432;
}
.TagClassName
{
border-color: #72C432;
}
</style>