Shades of Apple #51C542
Tints of Apple #51C542
RGB
CMYK
RGB Variations
Color information
#51C542 (or 0x51C542) is known color: Apple. HEX triplet: 51, C5 and 42. RGB value is (81,197,66). Sum of RGB (Red+Green+Blue) = 81+197+66=344 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.55% from 344); Green value is 197 (77.34% from 255 or 57.27% from 344); Blue value is 66 (26.17% from 255 or 19.19% from 344); Max value from RGB is 197 - color contains mainly: green. Hex color #51C542 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51C542 is #AE3ABD. Grayscale: #939393. Windows color (decimal): -11418302 or 4375889. OLE color: 4375889.
HSL color Cylindrical-coordinate representation of color #51C542: hue angle of 113.13º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51C542 is Cyan = 0.59, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 81 | 197 | 66 | - |
| CMYK | 0.59 | 0 | 0.66 | 0.23 |
| HSL | 113.13º | 0.53% | 0.52% | - |
| HSV(B) | 113.13º | 0.66% | 0.77% | - |
| XYZ | 24.34 | 42.08 | 11.99 | - |
| YUV | 147.38 | 82.07 | 80.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 197 | 66 | 0.59 | 0 | 0.66 | 0.23 | 113.13 | 0.53 | 0.52 |
| Hex | 51 | C5 | 42 | 3B | 0 | 42 | 17 | 71 | 35 | 34 |
| Octal | 121 | 305 | 102 | 73 | 0 | 102 | 27 | 161 | 65 | 64 |
| Binary | 1010001 | 11000101 | 1000010 | 111011 | 0 | 1000010 | 10111 | 1110001 | 110101 | 110100 |
Color Harmonies of #51C542
Complementary color
Monochromatic Colors of #51C542
Black with #51C542
Text Example
Text Example
White with #51C542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C542; }
p { color: rgb(81,197,66); }
H1.HeaderClassName
{
color: #51C542;
}
.AnyTagClassName
{
color: #51C542;
}
</style>
background-color css
<style>
a { background-color: #51C542; }
a { background-color: rgb(81,197,66); }
div.DivClassName
{
background-color: #51C542;
}
.BgClassName
{
background-color: #51C542;
}
</style>
border-color css
<style>
span { border-color: #51C542; }
span { border-color: rgb(81,197,66); }
td.TdClassName
{
border-color: #51C542;
}
.TagClassName
{
border-color: #51C542;
}
</style>