Shades of Apple #51A935
Tints of Apple #51A935
RGB
CMYK
RGB Variations
Color information
#51A935 (or 0x51A935) is known color: Apple. HEX triplet: 51, A9 and 35. RGB value is (81,169,53). Sum of RGB (Red+Green+Blue) = 81+169+53=303 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.73% from 303); Green value is 169 (66.41% from 255 or 55.78% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 169 - color contains mainly: green. Hex color #51A935 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51A935 is #AE56CA. Grayscale: #818181. Windows color (decimal): -11425483 or 3516753. OLE color: 3516753.
HSL color Cylindrical-coordinate representation of color #51A935: hue angle of 105.52º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #51A935 is Cyan = 0.52, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 81 | 169 | 53 | - |
| CMYK | 0.52 | 0 | 0.69 | 0.34 |
| HSL | 105.52º | 0.52% | 0.44% | - |
| HSV(B) | 105.52º | 0.69% | 0.66% | - |
| XYZ | 18.22 | 30.38 | 8.27 | - |
| YUV | 129.46 | 84.85 | 93.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 169 | 53 | 0.52 | 0 | 0.69 | 0.34 | 105.52 | 0.52 | 0.44 |
| Hex | 51 | A9 | 35 | 34 | 0 | 45 | 22 | 6A | 34 | 2C |
| Octal | 121 | 251 | 65 | 64 | 0 | 105 | 42 | 152 | 64 | 54 |
| Binary | 1010001 | 10101001 | 110101 | 110100 | 0 | 1000101 | 100010 | 1101010 | 110100 | 101100 |
Color Harmonies of #51A935
Complementary color
Monochromatic Colors of #51A935
Black with #51A935
Text Example
Text Example
White with #51A935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A935; }
p { color: rgb(81,169,53); }
H1.HeaderClassName
{
color: #51A935;
}
.AnyTagClassName
{
color: #51A935;
}
</style>
background-color css
<style>
a { background-color: #51A935; }
a { background-color: rgb(81,169,53); }
div.DivClassName
{
background-color: #51A935;
}
.BgClassName
{
background-color: #51A935;
}
</style>
border-color css
<style>
span { border-color: #51A935; }
span { border-color: rgb(81,169,53); }
td.TdClassName
{
border-color: #51A935;
}
.TagClassName
{
border-color: #51A935;
}
</style>