Shades of Apple #51AB3C
Tints of Apple #51AB3C
RGB
CMYK
RGB Variations
Color information
#51AB3C (or 0x51AB3C) is known color: Apple. HEX triplet: 51, AB and 3C. RGB value is (81,171,60). Sum of RGB (Red+Green+Blue) = 81+171+60=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 171 (67.19% from 255 or 54.81% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 171 - color contains mainly: green. Hex color #51AB3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51AB3C is #AE54C3. Grayscale: #838383. Windows color (decimal): -11424964 or 3976017. OLE color: 3976017.
HSL color Cylindrical-coordinate representation of color #51AB3C: hue angle of 108.65º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51AB3C is Cyan = 0.53, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 171 | 60 | - |
| CMYK | 0.53 | 0 | 0.65 | 0.33 |
| HSL | 108.65º | 0.48% | 0.45% | - |
| HSV(B) | 108.65º | 0.65% | 0.67% | - |
| XYZ | 18.77 | 31.2 | 9.31 | - |
| YUV | 131.44 | 87.68 | 92.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 171 | 60 | 0.53 | 0 | 0.65 | 0.33 | 108.65 | 0.48 | 0.45 |
| Hex | 51 | AB | 3C | 35 | 0 | 41 | 21 | 6D | 30 | 2D |
| Octal | 121 | 253 | 74 | 65 | 0 | 101 | 41 | 155 | 60 | 55 |
| Binary | 1010001 | 10101011 | 111100 | 110101 | 0 | 1000001 | 100001 | 1101101 | 110000 | 101101 |
Color Harmonies of #51AB3C
Complementary color
Monochromatic Colors of #51AB3C
Black with #51AB3C
Text Example
Text Example
White with #51AB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51AB3C; }
p { color: rgb(81,171,60); }
H1.HeaderClassName
{
color: #51AB3C;
}
.AnyTagClassName
{
color: #51AB3C;
}
</style>
background-color css
<style>
a { background-color: #51AB3C; }
a { background-color: rgb(81,171,60); }
div.DivClassName
{
background-color: #51AB3C;
}
.BgClassName
{
background-color: #51AB3C;
}
</style>
border-color css
<style>
span { border-color: #51AB3C; }
span { border-color: rgb(81,171,60); }
td.TdClassName
{
border-color: #51AB3C;
}
.TagClassName
{
border-color: #51AB3C;
}
</style>