Shades of Apple #51A635
Tints of Apple #51A635
RGB
CMYK
RGB Variations
Color information
#51A635 (or 0x51A635) is known color: Apple. HEX triplet: 51, A6 and 35. RGB value is (81,166,53). Sum of RGB (Red+Green+Blue) = 81+166+53=300 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27% from 300); Green value is 166 (65.23% from 255 or 55.33% from 300); Blue value is 53 (21.09% from 255 or 17.67% from 300); Max value from RGB is 166 - color contains mainly: green. Hex color #51A635 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51A635 is #AE59CA. Grayscale: #808080. Windows color (decimal): -11426251 or 3515985. OLE color: 3515985.
HSL color Cylindrical-coordinate representation of color #51A635: hue angle of 105.13º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51A635 is Cyan = 0.51, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 81 | 166 | 53 | - |
| CMYK | 0.51 | 0 | 0.68 | 0.35 |
| HSL | 105.13º | 0.52% | 0.43% | - |
| HSV(B) | 105.13º | 0.68% | 0.65% | - |
| XYZ | 17.67 | 29.28 | 8.09 | - |
| YUV | 127.7 | 85.84 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 166 | 53 | 0.51 | 0 | 0.68 | 0.35 | 105.13 | 0.52 | 0.43 |
| Hex | 51 | A6 | 35 | 33 | 0 | 44 | 23 | 69 | 34 | 2B |
| Octal | 121 | 246 | 65 | 63 | 0 | 104 | 43 | 151 | 64 | 53 |
| Binary | 1010001 | 10100110 | 110101 | 110011 | 0 | 1000100 | 100011 | 1101001 | 110100 | 101011 |
Color Harmonies of #51A635
Complementary color
Monochromatic Colors of #51A635
Black with #51A635
Text Example
Text Example
White with #51A635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A635; }
p { color: rgb(81,166,53); }
H1.HeaderClassName
{
color: #51A635;
}
.AnyTagClassName
{
color: #51A635;
}
</style>
background-color css
<style>
a { background-color: #51A635; }
a { background-color: rgb(81,166,53); }
div.DivClassName
{
background-color: #51A635;
}
.BgClassName
{
background-color: #51A635;
}
</style>
border-color css
<style>
span { border-color: #51A635; }
span { border-color: rgb(81,166,53); }
td.TdClassName
{
border-color: #51A635;
}
.TagClassName
{
border-color: #51A635;
}
</style>