Shades of Apple #51B945
Tints of Apple #51B945
RGB
CMYK
RGB Variations
Color information
#51B945 (or 0x51B945) is known color: Apple. HEX triplet: 51, B9 and 45. RGB value is (81,185,69). Sum of RGB (Red+Green+Blue) = 81+185+69=335 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.18% from 335); Green value is 185 (72.66% from 255 or 55.22% from 335); Blue value is 69 (27.34% from 255 or 20.60% from 335); Max value from RGB is 185 - color contains mainly: green. Hex color #51B945 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51B945 is #AE46BA. Grayscale: #8D8D8D. Windows color (decimal): -11421371 or 4569425. OLE color: 4569425.
HSL color Cylindrical-coordinate representation of color #51B945: hue angle of 113.79º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51B945 is Cyan = 0.56, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 185 | 69 | - |
| CMYK | 0.56 | 0 | 0.63 | 0.27 |
| HSL | 113.79º | 0.46% | 0.5% | - |
| HSV(B) | 113.79º | 0.63% | 0.73% | - |
| XYZ | 21.82 | 36.88 | 11.6 | - |
| YUV | 140.68 | 87.54 | 85.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 185 | 69 | 0.56 | 0 | 0.63 | 0.27 | 113.79 | 0.46 | 0.5 |
| Hex | 51 | B9 | 45 | 38 | 0 | 3F | 1B | 72 | 2E | 32 |
| Octal | 121 | 271 | 105 | 70 | 0 | 77 | 33 | 162 | 56 | 62 |
| Binary | 1010001 | 10111001 | 1000101 | 111000 | 0 | 111111 | 11011 | 1110010 | 101110 | 110010 |
Color Harmonies of #51B945
Complementary color
Monochromatic Colors of #51B945
Black with #51B945
Text Example
Text Example
White with #51B945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51B945; }
p { color: rgb(81,185,69); }
H1.HeaderClassName
{
color: #51B945;
}
.AnyTagClassName
{
color: #51B945;
}
</style>
background-color css
<style>
a { background-color: #51B945; }
a { background-color: rgb(81,185,69); }
div.DivClassName
{
background-color: #51B945;
}
.BgClassName
{
background-color: #51B945;
}
</style>
border-color css
<style>
span { border-color: #51B945; }
span { border-color: rgb(81,185,69); }
td.TdClassName
{
border-color: #51B945;
}
.TagClassName
{
border-color: #51B945;
}
</style>