Shades of Apple #51BA48
Tints of Apple #51BA48
RGB
CMYK
RGB Variations
Color information
#51BA48 (or 0x51BA48) is known color: Apple. HEX triplet: 51, BA and 48. RGB value is (81,186,72). Sum of RGB (Red+Green+Blue) = 81+186+72=339 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.89% from 339); Green value is 186 (73.05% from 255 or 54.87% from 339); Blue value is 72 (28.52% from 255 or 21.24% from 339); Max value from RGB is 186 - color contains mainly: green. Hex color #51BA48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51BA48 is #AE45B7. Grayscale: #8D8D8D. Windows color (decimal): -11421112 or 4766289. OLE color: 4766289.
HSL color Cylindrical-coordinate representation of color #51BA48: hue angle of 115.26º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #51BA48 is Cyan = 0.56, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 186 | 72 | - |
| CMYK | 0.56 | 0 | 0.61 | 0.27 |
| HSL | 115.26º | 0.45% | 0.51% | - |
| HSV(B) | 115.26º | 0.61% | 0.73% | - |
| XYZ | 22.12 | 37.34 | 12.17 | - |
| YUV | 141.61 | 88.71 | 84.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 186 | 72 | 0.56 | 0 | 0.61 | 0.27 | 115.26 | 0.45 | 0.51 |
| Hex | 51 | BA | 48 | 38 | 0 | 3D | 1B | 73 | 2D | 33 |
| Octal | 121 | 272 | 110 | 70 | 0 | 75 | 33 | 163 | 55 | 63 |
| Binary | 1010001 | 10111010 | 1001000 | 111000 | 0 | 111101 | 11011 | 1110011 | 101101 | 110011 |
Color Harmonies of #51BA48
Complementary color
Monochromatic Colors of #51BA48
Black with #51BA48
Text Example
Text Example
White with #51BA48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51BA48; }
p { color: rgb(81,186,72); }
H1.HeaderClassName
{
color: #51BA48;
}
.AnyTagClassName
{
color: #51BA48;
}
</style>
background-color css
<style>
a { background-color: #51BA48; }
a { background-color: rgb(81,186,72); }
div.DivClassName
{
background-color: #51BA48;
}
.BgClassName
{
background-color: #51BA48;
}
</style>
border-color css
<style>
span { border-color: #51BA48; }
span { border-color: rgb(81,186,72); }
td.TdClassName
{
border-color: #51BA48;
}
.TagClassName
{
border-color: #51BA48;
}
</style>