Shades of Apple #51C44B
Tints of Apple #51C44B
RGB
CMYK
RGB Variations
Color information
#51C44B (or 0x51C44B) is known color: Apple. HEX triplet: 51, C4 and 4B. RGB value is (81,196,75). Sum of RGB (Red+Green+Blue) = 81+196+75=352 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.01% from 352); Green value is 196 (76.95% from 255 or 55.68% from 352); Blue value is 75 (29.69% from 255 or 21.31% from 352); Max value from RGB is 196 - color contains mainly: green. Hex color #51C44B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51C44B is #AE3BB4. Grayscale: #949494. Windows color (decimal): -11418549 or 4965457. OLE color: 4965457.
HSL color Cylindrical-coordinate representation of color #51C44B: hue angle of 117.02º 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 #51C44B is Cyan = 0.59, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 81 | 196 | 75 | - |
| CMYK | 0.59 | 0 | 0.62 | 0.23 |
| HSL | 117.02º | 0.51% | 0.53% | - |
| HSV(B) | 117.02º | 0.62% | 0.77% | - |
| XYZ | 24.4 | 41.74 | 13.43 | - |
| YUV | 147.82 | 86.9 | 80.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 196 | 75 | 0.59 | 0 | 0.62 | 0.23 | 117.02 | 0.51 | 0.53 |
| Hex | 51 | C4 | 4B | 3B | 0 | 3E | 17 | 75 | 33 | 35 |
| Octal | 121 | 304 | 113 | 73 | 0 | 76 | 27 | 165 | 63 | 65 |
| Binary | 1010001 | 11000100 | 1001011 | 111011 | 0 | 111110 | 10111 | 1110101 | 110011 | 110101 |
Color Harmonies of #51C44B
Complementary color
Monochromatic Colors of #51C44B
Black with #51C44B
Text Example
Text Example
White with #51C44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C44B; }
p { color: rgb(81,196,75); }
H1.HeaderClassName
{
color: #51C44B;
}
.AnyTagClassName
{
color: #51C44B;
}
</style>
background-color css
<style>
a { background-color: #51C44B; }
a { background-color: rgb(81,196,75); }
div.DivClassName
{
background-color: #51C44B;
}
.BgClassName
{
background-color: #51C44B;
}
</style>
border-color css
<style>
span { border-color: #51C44B; }
span { border-color: rgb(81,196,75); }
td.TdClassName
{
border-color: #51C44B;
}
.TagClassName
{
border-color: #51C44B;
}
</style>