Shades of Apple #51C035
Tints of Apple #51C035
RGB
CMYK
RGB Variations
Color information
#51C035 (or 0x51C035) is known color: Apple. HEX triplet: 51, C0 and 35. RGB value is (81,192,53). Sum of RGB (Red+Green+Blue) = 81+192+53=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 192 (75.39% from 255 or 58.90% from 326); Blue value is 53 (21.09% from 255 or 16.26% from 326); Max value from RGB is 192 - color contains mainly: green. Hex color #51C035 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51C035 is #AE3FCA. Grayscale: #8F8F8F. Windows color (decimal): -11419595 or 3522641. OLE color: 3522641.
HSL color Cylindrical-coordinate representation of color #51C035: hue angle of 107.91º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #51C035 is Cyan = 0.58, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 192 | 53 | - |
| CMYK | 0.58 | 0 | 0.72 | 0.25 |
| HSL | 107.91º | 0.57% | 0.48% | - |
| HSV(B) | 107.91º | 0.72% | 0.75% | - |
| XYZ | 22.89 | 39.71 | 9.83 | - |
| YUV | 142.97 | 77.23 | 83.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 192 | 53 | 0.58 | 0 | 0.72 | 0.25 | 107.91 | 0.57 | 0.48 |
| Hex | 51 | C0 | 35 | 3A | 0 | 48 | 19 | 6C | 39 | 30 |
| Octal | 121 | 300 | 65 | 72 | 0 | 110 | 31 | 154 | 71 | 60 |
| Binary | 1010001 | 11000000 | 110101 | 111010 | 0 | 1001000 | 11001 | 1101100 | 111001 | 110000 |
Color Harmonies of #51C035
Complementary color
Monochromatic Colors of #51C035
Black with #51C035
Text Example
Text Example
White with #51C035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C035; }
p { color: rgb(81,192,53); }
H1.HeaderClassName
{
color: #51C035;
}
.AnyTagClassName
{
color: #51C035;
}
</style>
background-color css
<style>
a { background-color: #51C035; }
a { background-color: rgb(81,192,53); }
div.DivClassName
{
background-color: #51C035;
}
.BgClassName
{
background-color: #51C035;
}
</style>
border-color css
<style>
span { border-color: #51C035; }
span { border-color: rgb(81,192,53); }
td.TdClassName
{
border-color: #51C035;
}
.TagClassName
{
border-color: #51C035;
}
</style>