Shades of Apple #51C54A
Tints of Apple #51C54A
RGB
CMYK
RGB Variations
Color information
#51C54A (or 0x51C54A) is known color: Apple. HEX triplet: 51, C5 and 4A. RGB value is (81,197,74). Sum of RGB (Red+Green+Blue) = 81+197+74=352 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.01% from 352); Green value is 197 (77.34% from 255 or 55.97% from 352); Blue value is 74 (29.30% from 255 or 21.02% from 352); Max value from RGB is 197 - color contains mainly: green. Hex color #51C54A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51C54A is #AE3AB5. Grayscale: #949494. Windows color (decimal): -11418294 or 4900177. OLE color: 4900177.
HSL color Cylindrical-coordinate representation of color #51C54A: hue angle of 116.59º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #51C54A is Cyan = 0.59, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 81 | 197 | 74 | - |
| CMYK | 0.59 | 0 | 0.62 | 0.23 |
| HSL | 116.59º | 0.51% | 0.53% | - |
| HSV(B) | 116.59º | 0.62% | 0.77% | - |
| XYZ | 24.6 | 42.18 | 13.32 | - |
| YUV | 148.29 | 86.07 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 197 | 74 | 0.59 | 0 | 0.62 | 0.23 | 116.59 | 0.51 | 0.53 |
| Hex | 51 | C5 | 4A | 3B | 0 | 3E | 17 | 75 | 33 | 35 |
| Octal | 121 | 305 | 112 | 73 | 0 | 76 | 27 | 165 | 63 | 65 |
| Binary | 1010001 | 11000101 | 1001010 | 111011 | 0 | 111110 | 10111 | 1110101 | 110011 | 110101 |
Color Harmonies of #51C54A
Complementary color
Monochromatic Colors of #51C54A
Black with #51C54A
Text Example
Text Example
White with #51C54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C54A; }
p { color: rgb(81,197,74); }
H1.HeaderClassName
{
color: #51C54A;
}
.AnyTagClassName
{
color: #51C54A;
}
</style>
background-color css
<style>
a { background-color: #51C54A; }
a { background-color: rgb(81,197,74); }
div.DivClassName
{
background-color: #51C54A;
}
.BgClassName
{
background-color: #51C54A;
}
</style>
border-color css
<style>
span { border-color: #51C54A; }
span { border-color: rgb(81,197,74); }
td.TdClassName
{
border-color: #51C54A;
}
.TagClassName
{
border-color: #51C54A;
}
</style>