Shades of Apple #72BA34
Tints of Apple #72BA34
RGB
CMYK
RGB Variations
Color information
#72BA34 (or 0x72BA34) is known color: Apple. HEX triplet: 72, BA and 34. RGB value is (114,186,52). Sum of RGB (Red+Green+Blue) = 114+186+52=352 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.39% from 352); Green value is 186 (73.05% from 255 or 52.84% from 352); Blue value is 52 (20.70% from 255 or 14.77% from 352); Max value from RGB is 186 - color contains mainly: green. Hex color #72BA34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72BA34 is #8D45CB. Grayscale: #959595. Windows color (decimal): -9258444 or 3455602. OLE color: 3455602.
HSL color Cylindrical-coordinate representation of color #72BA34: hue angle of 92.24º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #72BA34 is Cyan = 0.39, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 186 | 52 | - |
| CMYK | 0.39 | 0 | 0.72 | 0.27 |
| HSL | 92.24º | 0.56% | 0.47% | - |
| HSV(B) | 92.24º | 0.72% | 0.73% | - |
| XYZ | 25.12 | 38.94 | 9.44 | - |
| YUV | 149.2 | 73.15 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 186 | 52 | 0.39 | 0 | 0.72 | 0.27 | 92.24 | 0.56 | 0.47 |
| Hex | 72 | BA | 34 | 27 | 0 | 48 | 1B | 5C | 38 | 2F |
| Octal | 162 | 272 | 64 | 47 | 0 | 110 | 33 | 134 | 70 | 57 |
| Binary | 1110010 | 10111010 | 110100 | 100111 | 0 | 1001000 | 11011 | 1011100 | 111000 | 101111 |
Color Harmonies of #72BA34
Complementary color
Monochromatic Colors of #72BA34
Black with #72BA34
Text Example
Text Example
White with #72BA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BA34; }
p { color: rgb(114,186,52); }
H1.HeaderClassName
{
color: #72BA34;
}
.AnyTagClassName
{
color: #72BA34;
}
</style>
background-color css
<style>
a { background-color: #72BA34; }
a { background-color: rgb(114,186,52); }
div.DivClassName
{
background-color: #72BA34;
}
.BgClassName
{
background-color: #72BA34;
}
</style>
border-color css
<style>
span { border-color: #72BA34; }
span { border-color: rgb(114,186,52); }
td.TdClassName
{
border-color: #72BA34;
}
.TagClassName
{
border-color: #72BA34;
}
</style>