Shades of Apple #72BE4E
Tints of Apple #72BE4E
RGB
CMYK
RGB Variations
Color information
#72BE4E (or 0x72BE4E) is known color: Apple. HEX triplet: 72, BE and 4E. RGB value is (114,190,78). Sum of RGB (Red+Green+Blue) = 114+190+78=382 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.84% from 382); Green value is 190 (74.61% from 255 or 49.74% from 382); Blue value is 78 (30.86% from 255 or 20.42% from 382); Max value from RGB is 190 - color contains mainly: green. Hex color #72BE4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BE4E is #8D41B1. Grayscale: #9A9A9A. Windows color (decimal): -9257394 or 5160562. OLE color: 5160562.
HSL color Cylindrical-coordinate representation of color #72BE4E: hue angle of 100.71º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #72BE4E is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 190 | 78 | - |
| CMYK | 0.40 | 0 | 0.59 | 0.25 |
| HSL | 100.71º | 0.46% | 0.53% | - |
| HSV(B) | 100.71º | 0.59% | 0.75% | - |
| XYZ | 26.73 | 40.95 | 13.7 | - |
| YUV | 154.51 | 84.82 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 190 | 78 | 0.40 | 0 | 0.59 | 0.25 | 100.71 | 0.46 | 0.53 |
| Hex | 72 | BE | 4E | 28 | 0 | 3B | 19 | 65 | 2E | 35 |
| Octal | 162 | 276 | 116 | 50 | 0 | 73 | 31 | 145 | 56 | 65 |
| Binary | 1110010 | 10111110 | 1001110 | 101000 | 0 | 111011 | 11001 | 1100101 | 101110 | 110101 |
Color Harmonies of #72BE4E
Complementary color
Monochromatic Colors of #72BE4E
Black with #72BE4E
Text Example
Text Example
White with #72BE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BE4E; }
p { color: rgb(114,190,78); }
H1.HeaderClassName
{
color: #72BE4E;
}
.AnyTagClassName
{
color: #72BE4E;
}
</style>
background-color css
<style>
a { background-color: #72BE4E; }
a { background-color: rgb(114,190,78); }
div.DivClassName
{
background-color: #72BE4E;
}
.BgClassName
{
background-color: #72BE4E;
}
</style>
border-color css
<style>
span { border-color: #72BE4E; }
span { border-color: rgb(114,190,78); }
td.TdClassName
{
border-color: #72BE4E;
}
.TagClassName
{
border-color: #72BE4E;
}
</style>