Shades of Apple #51AC32
Tints of Apple #51AC32
RGB
CMYK
RGB Variations
Color information
#51AC32 (or 0x51AC32) is known color: Apple. HEX triplet: 51, AC and 32. RGB value is (81,172,50). Sum of RGB (Red+Green+Blue) = 81+172+50=303 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.73% from 303); Green value is 172 (67.58% from 255 or 56.77% from 303); Blue value is 50 (19.92% from 255 or 16.50% from 303); Max value from RGB is 172 - color contains mainly: green. Hex color #51AC32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51AC32 is #AE53CD. Grayscale: #838383. Windows color (decimal): -11424718 or 3320913. OLE color: 3320913.
HSL color Cylindrical-coordinate representation of color #51AC32: hue angle of 104.75º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #51AC32 is Cyan = 0.53, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 172 | 50 | - |
| CMYK | 0.53 | 0 | 0.71 | 0.33 |
| HSL | 104.75º | 0.55% | 0.44% | - |
| HSV(B) | 104.75º | 0.71% | 0.67% | - |
| XYZ | 18.72 | 31.48 | 8.11 | - |
| YUV | 130.88 | 82.35 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 172 | 50 | 0.53 | 0 | 0.71 | 0.33 | 104.75 | 0.55 | 0.44 |
| Hex | 51 | AC | 32 | 35 | 0 | 47 | 21 | 69 | 37 | 2C |
| Octal | 121 | 254 | 62 | 65 | 0 | 107 | 41 | 151 | 67 | 54 |
| Binary | 1010001 | 10101100 | 110010 | 110101 | 0 | 1000111 | 100001 | 1101001 | 110111 | 101100 |
Color Harmonies of #51AC32
Complementary color
Monochromatic Colors of #51AC32
Black with #51AC32
Text Example
Text Example
White with #51AC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51AC32; }
p { color: rgb(81,172,50); }
H1.HeaderClassName
{
color: #51AC32;
}
.AnyTagClassName
{
color: #51AC32;
}
</style>
background-color css
<style>
a { background-color: #51AC32; }
a { background-color: rgb(81,172,50); }
div.DivClassName
{
background-color: #51AC32;
}
.BgClassName
{
background-color: #51AC32;
}
</style>
border-color css
<style>
span { border-color: #51AC32; }
span { border-color: rgb(81,172,50); }
td.TdClassName
{
border-color: #51AC32;
}
.TagClassName
{
border-color: #51AC32;
}
</style>