Shades of Apple #72BA4E
Tints of Apple #72BA4E
RGB
CMYK
RGB Variations
Color information
#72BA4E (or 0x72BA4E) is known color: Apple. HEX triplet: 72, BA and 4E. RGB value is (114,186,78). Sum of RGB (Red+Green+Blue) = 114+186+78=378 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.16% from 378); Green value is 186 (73.05% from 255 or 49.21% from 378); Blue value is 78 (30.86% from 255 or 20.63% from 378); Max value from RGB is 186 - color contains mainly: green. Hex color #72BA4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BA4E is #8D45B1. Grayscale: #989898. Windows color (decimal): -9258418 or 5159538. OLE color: 5159538.
HSL color Cylindrical-coordinate representation of color #72BA4E: hue angle of 100º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #72BA4E is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 186 | 78 | - |
| CMYK | 0.39 | 0 | 0.58 | 0.27 |
| HSL | 100º | 0.44% | 0.52% | - |
| HSV(B) | 100º | 0.58% | 0.73% | - |
| XYZ | 25.87 | 39.25 | 13.42 | - |
| YUV | 152.16 | 86.15 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 186 | 78 | 0.39 | 0 | 0.58 | 0.27 | 100 | 0.44 | 0.52 |
| Hex | 72 | BA | 4E | 27 | 0 | 3A | 1B | 64 | 2C | 34 |
| Octal | 162 | 272 | 116 | 47 | 0 | 72 | 33 | 144 | 54 | 64 |
| Binary | 1110010 | 10111010 | 1001110 | 100111 | 0 | 111010 | 11011 | 1100100 | 101100 | 110100 |
Color Harmonies of #72BA4E
Complementary color
Monochromatic Colors of #72BA4E
Black with #72BA4E
Text Example
Text Example
White with #72BA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BA4E; }
p { color: rgb(114,186,78); }
H1.HeaderClassName
{
color: #72BA4E;
}
.AnyTagClassName
{
color: #72BA4E;
}
</style>
background-color css
<style>
a { background-color: #72BA4E; }
a { background-color: rgb(114,186,78); }
div.DivClassName
{
background-color: #72BA4E;
}
.BgClassName
{
background-color: #72BA4E;
}
</style>
border-color css
<style>
span { border-color: #72BA4E; }
span { border-color: rgb(114,186,78); }
td.TdClassName
{
border-color: #72BA4E;
}
.TagClassName
{
border-color: #72BA4E;
}
</style>