Shades of Apple #51CC49
Tints of Apple #51CC49
RGB
CMYK
RGB Variations
Color information
#51CC49 (or 0x51CC49) is known color: Apple. HEX triplet: 51, CC and 49. RGB value is (81,204,73). Sum of RGB (Red+Green+Blue) = 81+204+73=358 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.63% from 358); Green value is 204 (80.08% from 255 or 56.98% from 358); Blue value is 73 (28.91% from 255 or 20.39% from 358); Max value from RGB is 204 - color contains mainly: green. Hex color #51CC49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51CC49 is #AE33B6. Grayscale: #989898. Windows color (decimal): -11416503 or 4836433. OLE color: 4836433.
HSL color Cylindrical-coordinate representation of color #51CC49: hue angle of 116.34º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51CC49 is Cyan = 0.60, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 81 | 204 | 73 | - |
| CMYK | 0.60 | 0 | 0.64 | 0.2 |
| HSL | 116.34º | 0.56% | 0.54% | - |
| HSV(B) | 116.34º | 0.64% | 0.8% | - |
| XYZ | 26.19 | 45.42 | 13.69 | - |
| YUV | 152.29 | 83.25 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 204 | 73 | 0.60 | 0 | 0.64 | 0.2 | 116.34 | 0.56 | 0.54 |
| Hex | 51 | CC | 49 | 3C | 0 | 40 | 14 | 74 | 38 | 36 |
| Octal | 121 | 314 | 111 | 74 | 0 | 100 | 24 | 164 | 70 | 66 |
| Binary | 1010001 | 11001100 | 1001001 | 111100 | 0 | 1000000 | 10100 | 1110100 | 111000 | 110110 |
Color Harmonies of #51CC49
Complementary color
Monochromatic Colors of #51CC49
Black with #51CC49
Text Example
Text Example
White with #51CC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51CC49; }
p { color: rgb(81,204,73); }
H1.HeaderClassName
{
color: #51CC49;
}
.AnyTagClassName
{
color: #51CC49;
}
</style>
background-color css
<style>
a { background-color: #51CC49; }
a { background-color: rgb(81,204,73); }
div.DivClassName
{
background-color: #51CC49;
}
.BgClassName
{
background-color: #51CC49;
}
</style>
border-color css
<style>
span { border-color: #51CC49; }
span { border-color: rgb(81,204,73); }
td.TdClassName
{
border-color: #51CC49;
}
.TagClassName
{
border-color: #51CC49;
}
</style>