Shades of Apple #72C54A
Tints of Apple #72C54A
RGB
CMYK
RGB Variations
Color information
#72C54A (or 0x72C54A) is known color: Apple. HEX triplet: 72, C5 and 4A. RGB value is (114,197,74). Sum of RGB (Red+Green+Blue) = 114+197+74=385 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.61% from 385); Green value is 197 (77.34% from 255 or 51.17% from 385); Blue value is 74 (29.30% from 255 or 19.22% from 385); Max value from RGB is 197 - color contains mainly: green. Hex color #72C54A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72C54A is #8D3AB5. Grayscale: #9E9E9E. Windows color (decimal): -9255606 or 4900210. OLE color: 4900210.
HSL color Cylindrical-coordinate representation of color #72C54A: hue angle of 100.49º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #72C54A is Cyan = 0.42, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 114 | 197 | 74 | - |
| CMYK | 0.42 | 0 | 0.62 | 0.23 |
| HSL | 100.49º | 0.51% | 0.53% | - |
| HSV(B) | 100.49º | 0.62% | 0.77% | - |
| XYZ | 28.14 | 44 | 13.49 | - |
| YUV | 158.16 | 80.5 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 197 | 74 | 0.42 | 0 | 0.62 | 0.23 | 100.49 | 0.51 | 0.53 |
| Hex | 72 | C5 | 4A | 2A | 0 | 3E | 17 | 64 | 33 | 35 |
| Octal | 162 | 305 | 112 | 52 | 0 | 76 | 27 | 144 | 63 | 65 |
| Binary | 1110010 | 11000101 | 1001010 | 101010 | 0 | 111110 | 10111 | 1100100 | 110011 | 110101 |
Color Harmonies of #72C54A
Complementary color
Monochromatic Colors of #72C54A
Black with #72C54A
Text Example
Text Example
White with #72C54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C54A; }
p { color: rgb(114,197,74); }
H1.HeaderClassName
{
color: #72C54A;
}
.AnyTagClassName
{
color: #72C54A;
}
</style>
background-color css
<style>
a { background-color: #72C54A; }
a { background-color: rgb(114,197,74); }
div.DivClassName
{
background-color: #72C54A;
}
.BgClassName
{
background-color: #72C54A;
}
</style>
border-color css
<style>
span { border-color: #72C54A; }
span { border-color: rgb(114,197,74); }
td.TdClassName
{
border-color: #72C54A;
}
.TagClassName
{
border-color: #72C54A;
}
</style>