Shades of Apple #51BA3F
Tints of Apple #51BA3F
RGB
CMYK
RGB Variations
Color information
#51BA3F (or 0x51BA3F) is known color: Apple. HEX triplet: 51, BA and 3F. RGB value is (81,186,63). Sum of RGB (Red+Green+Blue) = 81+186+63=330 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.55% from 330); Green value is 186 (73.05% from 255 or 56.36% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 186 - color contains mainly: green. Hex color #51BA3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51BA3F is #AE45C0. Grayscale: #8C8C8C. Windows color (decimal): -11421121 or 4176465. OLE color: 4176465.
HSL color Cylindrical-coordinate representation of color #51BA3F: hue angle of 111.22º 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 #51BA3F is Cyan = 0.56, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 186 | 63 | - |
| CMYK | 0.56 | 0 | 0.66 | 0.27 |
| HSL | 111.22º | 0.49% | 0.49% | - |
| HSV(B) | 111.22º | 0.66% | 0.73% | - |
| XYZ | 21.85 | 37.23 | 10.74 | - |
| YUV | 140.58 | 84.21 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 186 | 63 | 0.56 | 0 | 0.66 | 0.27 | 111.22 | 0.49 | 0.49 |
| Hex | 51 | BA | 3F | 38 | 0 | 42 | 1B | 6F | 31 | 31 |
| Octal | 121 | 272 | 77 | 70 | 0 | 102 | 33 | 157 | 61 | 61 |
| Binary | 1010001 | 10111010 | 111111 | 111000 | 0 | 1000010 | 11011 | 1101111 | 110001 | 110001 |
Color Harmonies of #51BA3F
Complementary color
Monochromatic Colors of #51BA3F
Black with #51BA3F
Text Example
Text Example
White with #51BA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51BA3F; }
p { color: rgb(81,186,63); }
H1.HeaderClassName
{
color: #51BA3F;
}
.AnyTagClassName
{
color: #51BA3F;
}
</style>
background-color css
<style>
a { background-color: #51BA3F; }
a { background-color: rgb(81,186,63); }
div.DivClassName
{
background-color: #51BA3F;
}
.BgClassName
{
background-color: #51BA3F;
}
</style>
border-color css
<style>
span { border-color: #51BA3F; }
span { border-color: rgb(81,186,63); }
td.TdClassName
{
border-color: #51BA3F;
}
.TagClassName
{
border-color: #51BA3F;
}
</style>