Shades of Apple #51C946
Tints of Apple #51C946
RGB
CMYK
RGB Variations
Color information
#51C946 (or 0x51C946) is known color: Apple. HEX triplet: 51, C9 and 46. RGB value is (81,201,70). Sum of RGB (Red+Green+Blue) = 81+201+70=352 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.01% from 352); Green value is 201 (78.91% from 255 or 57.10% from 352); Blue value is 70 (27.73% from 255 or 19.89% from 352); Max value from RGB is 201 - color contains mainly: green. Hex color #51C946 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51C946 is #AE36B9. Grayscale: #969696. Windows color (decimal): -11417274 or 4639057. OLE color: 4639057.
HSL color Cylindrical-coordinate representation of color #51C946: hue angle of 114.96º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51C946 is Cyan = 0.60, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 81 | 201 | 70 | - |
| CMYK | 0.60 | 0 | 0.65 | 0.21 |
| HSL | 114.96º | 0.55% | 0.53% | - |
| HSV(B) | 114.96º | 0.65% | 0.79% | - |
| XYZ | 25.39 | 43.96 | 12.94 | - |
| YUV | 150.19 | 82.74 | 78.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 201 | 70 | 0.60 | 0 | 0.65 | 0.21 | 114.96 | 0.55 | 0.53 |
| Hex | 51 | C9 | 46 | 3C | 0 | 41 | 15 | 73 | 37 | 35 |
| Octal | 121 | 311 | 106 | 74 | 0 | 101 | 25 | 163 | 67 | 65 |
| Binary | 1010001 | 11001001 | 1000110 | 111100 | 0 | 1000001 | 10101 | 1110011 | 110111 | 110101 |
Color Harmonies of #51C946
Complementary color
Monochromatic Colors of #51C946
Black with #51C946
Text Example
Text Example
White with #51C946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C946; }
p { color: rgb(81,201,70); }
H1.HeaderClassName
{
color: #51C946;
}
.AnyTagClassName
{
color: #51C946;
}
</style>
background-color css
<style>
a { background-color: #51C946; }
a { background-color: rgb(81,201,70); }
div.DivClassName
{
background-color: #51C946;
}
.BgClassName
{
background-color: #51C946;
}
</style>
border-color css
<style>
span { border-color: #51C946; }
span { border-color: rgb(81,201,70); }
td.TdClassName
{
border-color: #51C946;
}
.TagClassName
{
border-color: #51C946;
}
</style>