Shades of Apple #51BA40
Tints of Apple #51BA40
RGB
CMYK
RGB Variations
Color information
#51BA40 (or 0x51BA40) is known color: Apple. HEX triplet: 51, BA and 40. RGB value is (81,186,64). Sum of RGB (Red+Green+Blue) = 81+186+64=331 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.47% from 331); Green value is 186 (73.05% from 255 or 56.19% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 186 - color contains mainly: green. Hex color #51BA40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51BA40 is #AE45BF. Grayscale: #8D8D8D. Windows color (decimal): -11421120 or 4242001. OLE color: 4242001.
HSL color Cylindrical-coordinate representation of color #51BA40: hue angle of 111.64º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51BA40 is Cyan = 0.56, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 186 | 64 | - |
| CMYK | 0.56 | 0 | 0.66 | 0.27 |
| HSL | 111.64º | 0.49% | 0.49% | - |
| HSV(B) | 111.64º | 0.66% | 0.73% | - |
| XYZ | 21.88 | 37.24 | 10.88 | - |
| YUV | 140.7 | 84.71 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 186 | 64 | 0.56 | 0 | 0.66 | 0.27 | 111.64 | 0.49 | 0.49 |
| Hex | 51 | BA | 40 | 38 | 0 | 42 | 1B | 70 | 31 | 31 |
| Octal | 121 | 272 | 100 | 70 | 0 | 102 | 33 | 160 | 61 | 61 |
| Binary | 1010001 | 10111010 | 1000000 | 111000 | 0 | 1000010 | 11011 | 1110000 | 110001 | 110001 |
Color Harmonies of #51BA40
Complementary color
Monochromatic Colors of #51BA40
Black with #51BA40
Text Example
Text Example
White with #51BA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51BA40; }
p { color: rgb(81,186,64); }
H1.HeaderClassName
{
color: #51BA40;
}
.AnyTagClassName
{
color: #51BA40;
}
</style>
background-color css
<style>
a { background-color: #51BA40; }
a { background-color: rgb(81,186,64); }
div.DivClassName
{
background-color: #51BA40;
}
.BgClassName
{
background-color: #51BA40;
}
</style>
border-color css
<style>
span { border-color: #51BA40; }
span { border-color: rgb(81,186,64); }
td.TdClassName
{
border-color: #51BA40;
}
.TagClassName
{
border-color: #51BA40;
}
</style>