Shades of Apple #72BE40
Tints of Apple #72BE40
RGB
CMYK
RGB Variations
Color information
#72BE40 (or 0x72BE40) is known color: Apple. HEX triplet: 72, BE and 40. RGB value is (114,190,64). Sum of RGB (Red+Green+Blue) = 114+190+64=368 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.98% from 368); Green value is 190 (74.61% from 255 or 51.63% from 368); Blue value is 64 (25.39% from 255 or 17.39% from 368); Max value from RGB is 190 - color contains mainly: green. Hex color #72BE40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72BE40 is #8D41BF. Grayscale: #999999. Windows color (decimal): -9257408 or 4243058. OLE color: 4243058.
HSL color Cylindrical-coordinate representation of color #72BE40: hue angle of 96.19º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #72BE40 is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 190 | 64 | - |
| CMYK | 0.40 | 0 | 0.66 | 0.25 |
| HSL | 96.19º | 0.5% | 0.5% | - |
| HSV(B) | 96.19º | 0.66% | 0.75% | - |
| XYZ | 26.28 | 40.77 | 11.34 | - |
| YUV | 152.91 | 77.82 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 190 | 64 | 0.40 | 0 | 0.66 | 0.25 | 96.19 | 0.5 | 0.5 |
| Hex | 72 | BE | 40 | 28 | 0 | 42 | 19 | 60 | 32 | 32 |
| Octal | 162 | 276 | 100 | 50 | 0 | 102 | 31 | 140 | 62 | 62 |
| Binary | 1110010 | 10111110 | 1000000 | 101000 | 0 | 1000010 | 11001 | 1100000 | 110010 | 110010 |
Color Harmonies of #72BE40
Complementary color
Monochromatic Colors of #72BE40
Black with #72BE40
Text Example
Text Example
White with #72BE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BE40; }
p { color: rgb(114,190,64); }
H1.HeaderClassName
{
color: #72BE40;
}
.AnyTagClassName
{
color: #72BE40;
}
</style>
background-color css
<style>
a { background-color: #72BE40; }
a { background-color: rgb(114,190,64); }
div.DivClassName
{
background-color: #72BE40;
}
.BgClassName
{
background-color: #72BE40;
}
</style>
border-color css
<style>
span { border-color: #72BE40; }
span { border-color: rgb(114,190,64); }
td.TdClassName
{
border-color: #72BE40;
}
.TagClassName
{
border-color: #72BE40;
}
</style>