Shades of Apple #51AD34
Tints of Apple #51AD34
RGB
CMYK
RGB Variations
Color information
#51AD34 (or 0x51AD34) is known color: Apple. HEX triplet: 51, AD and 34. RGB value is (81,173,52). Sum of RGB (Red+Green+Blue) = 81+173+52=306 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.47% from 306); Green value is 173 (67.97% from 255 or 56.54% from 306); Blue value is 52 (20.70% from 255 or 16.99% from 306); Max value from RGB is 173 - color contains mainly: green. Hex color #51AD34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51AD34 is #AE52CB. Grayscale: #848484. Windows color (decimal): -11424460 or 3452241. OLE color: 3452241.
HSL color Cylindrical-coordinate representation of color #51AD34: hue angle of 105.62º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #51AD34 is Cyan = 0.53, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 81 | 173 | 52 | - |
| CMYK | 0.53 | 0 | 0.70 | 0.32 |
| HSL | 105.62º | 0.54% | 0.44% | - |
| HSV(B) | 105.62º | 0.7% | 0.68% | - |
| XYZ | 18.96 | 31.88 | 8.4 | - |
| YUV | 131.7 | 83.02 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 173 | 52 | 0.53 | 0 | 0.70 | 0.32 | 105.62 | 0.54 | 0.44 |
| Hex | 51 | AD | 34 | 35 | 0 | 46 | 20 | 6A | 36 | 2C |
| Octal | 121 | 255 | 64 | 65 | 0 | 106 | 40 | 152 | 66 | 54 |
| Binary | 1010001 | 10101101 | 110100 | 110101 | 0 | 1000110 | 100000 | 1101010 | 110110 | 101100 |
Color Harmonies of #51AD34
Complementary color
Monochromatic Colors of #51AD34
Black with #51AD34
Text Example
Text Example
White with #51AD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51AD34; }
p { color: rgb(81,173,52); }
H1.HeaderClassName
{
color: #51AD34;
}
.AnyTagClassName
{
color: #51AD34;
}
</style>
background-color css
<style>
a { background-color: #51AD34; }
a { background-color: rgb(81,173,52); }
div.DivClassName
{
background-color: #51AD34;
}
.BgClassName
{
background-color: #51AD34;
}
</style>
border-color css
<style>
span { border-color: #51AD34; }
span { border-color: rgb(81,173,52); }
td.TdClassName
{
border-color: #51AD34;
}
.TagClassName
{
border-color: #51AD34;
}
</style>