Shades of Apple #72BA50
Tints of Apple #72BA50
RGB
CMYK
RGB Variations
Color information
#72BA50 (or 0x72BA50) is known color: Apple. HEX triplet: 72, BA and 50. RGB value is (114,186,80). Sum of RGB (Red+Green+Blue) = 114+186+80=380 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30% from 380); Green value is 186 (73.05% from 255 or 48.95% from 380); Blue value is 80 (31.64% from 255 or 21.05% from 380); Max value from RGB is 186 - color contains mainly: green. Hex color #72BA50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BA50 is #8D45AF. Grayscale: #989898. Windows color (decimal): -9258416 or 5290610. OLE color: 5290610.
HSL color Cylindrical-coordinate representation of color #72BA50: hue angle of 100.75º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #72BA50 is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 186 | 80 | - |
| CMYK | 0.39 | 0 | 0.57 | 0.27 |
| HSL | 100.75º | 0.43% | 0.52% | - |
| HSV(B) | 100.75º | 0.57% | 0.73% | - |
| XYZ | 25.95 | 39.27 | 13.8 | - |
| YUV | 152.39 | 87.15 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 186 | 80 | 0.39 | 0 | 0.57 | 0.27 | 100.75 | 0.43 | 0.52 |
| Hex | 72 | BA | 50 | 27 | 0 | 39 | 1B | 65 | 2B | 34 |
| Octal | 162 | 272 | 120 | 47 | 0 | 71 | 33 | 145 | 53 | 64 |
| Binary | 1110010 | 10111010 | 1010000 | 100111 | 0 | 111001 | 11011 | 1100101 | 101011 | 110100 |
Color Harmonies of #72BA50
Complementary color
Monochromatic Colors of #72BA50
Black with #72BA50
Text Example
Text Example
White with #72BA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BA50; }
p { color: rgb(114,186,80); }
H1.HeaderClassName
{
color: #72BA50;
}
.AnyTagClassName
{
color: #72BA50;
}
</style>
background-color css
<style>
a { background-color: #72BA50; }
a { background-color: rgb(114,186,80); }
div.DivClassName
{
background-color: #72BA50;
}
.BgClassName
{
background-color: #72BA50;
}
</style>
border-color css
<style>
span { border-color: #72BA50; }
span { border-color: rgb(114,186,80); }
td.TdClassName
{
border-color: #72BA50;
}
.TagClassName
{
border-color: #72BA50;
}
</style>