Shades of Apple #51AD3C
Tints of Apple #51AD3C
RGB
CMYK
RGB Variations
Color information
#51AD3C (or 0x51AD3C) is known color: Apple. HEX triplet: 51, AD and 3C. RGB value is (81,173,60). Sum of RGB (Red+Green+Blue) = 81+173+60=314 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.80% from 314); Green value is 173 (67.97% from 255 or 55.10% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 173 - color contains mainly: green. Hex color #51AD3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51AD3C is #AE52C3. Grayscale: #848484. Windows color (decimal): -11424452 or 3976529. OLE color: 3976529.
HSL color Cylindrical-coordinate representation of color #51AD3C: hue angle of 108.85º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51AD3C is Cyan = 0.53, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 81 | 173 | 60 | - |
| CMYK | 0.53 | 0 | 0.65 | 0.32 |
| HSL | 108.85º | 0.48% | 0.46% | - |
| HSV(B) | 108.85º | 0.65% | 0.68% | - |
| XYZ | 19.15 | 31.96 | 9.43 | - |
| YUV | 132.61 | 87.02 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 173 | 60 | 0.53 | 0 | 0.65 | 0.32 | 108.85 | 0.48 | 0.46 |
| Hex | 51 | AD | 3C | 35 | 0 | 41 | 20 | 6D | 30 | 2E |
| Octal | 121 | 255 | 74 | 65 | 0 | 101 | 40 | 155 | 60 | 56 |
| Binary | 1010001 | 10101101 | 111100 | 110101 | 0 | 1000001 | 100000 | 1101101 | 110000 | 101110 |
Color Harmonies of #51AD3C
Complementary color
Monochromatic Colors of #51AD3C
Black with #51AD3C
Text Example
Text Example
White with #51AD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51AD3C; }
p { color: rgb(81,173,60); }
H1.HeaderClassName
{
color: #51AD3C;
}
.AnyTagClassName
{
color: #51AD3C;
}
</style>
background-color css
<style>
a { background-color: #51AD3C; }
a { background-color: rgb(81,173,60); }
div.DivClassName
{
background-color: #51AD3C;
}
.BgClassName
{
background-color: #51AD3C;
}
</style>
border-color css
<style>
span { border-color: #51AD3C; }
span { border-color: rgb(81,173,60); }
td.TdClassName
{
border-color: #51AD3C;
}
.TagClassName
{
border-color: #51AD3C;
}
</style>