Shades of Apple #51CA49
Tints of Apple #51CA49
RGB
CMYK
RGB Variations
Color information
#51CA49 (or 0x51CA49) is known color: Apple. HEX triplet: 51, CA and 49. RGB value is (81,202,73). Sum of RGB (Red+Green+Blue) = 81+202+73=356 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.75% from 356); Green value is 202 (79.30% from 255 or 56.74% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 202 - color contains mainly: green. Hex color #51CA49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51CA49 is #AE35B6. Grayscale: #979797. Windows color (decimal): -11417015 or 4835921. OLE color: 4835921.
HSL color Cylindrical-coordinate representation of color #51CA49: hue angle of 116.28º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51CA49 is Cyan = 0.60, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 81 | 202 | 73 | - |
| CMYK | 0.60 | 0 | 0.64 | 0.21 |
| HSL | 116.28º | 0.55% | 0.54% | - |
| HSV(B) | 116.28º | 0.64% | 0.79% | - |
| XYZ | 25.72 | 44.47 | 13.53 | - |
| YUV | 151.12 | 83.91 | 77.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 202 | 73 | 0.60 | 0 | 0.64 | 0.21 | 116.28 | 0.55 | 0.54 |
| Hex | 51 | CA | 49 | 3C | 0 | 40 | 15 | 74 | 37 | 36 |
| Octal | 121 | 312 | 111 | 74 | 0 | 100 | 25 | 164 | 67 | 66 |
| Binary | 1010001 | 11001010 | 1001001 | 111100 | 0 | 1000000 | 10101 | 1110100 | 110111 | 110110 |
Color Harmonies of #51CA49
Complementary color
Monochromatic Colors of #51CA49
Black with #51CA49
Text Example
Text Example
White with #51CA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51CA49; }
p { color: rgb(81,202,73); }
H1.HeaderClassName
{
color: #51CA49;
}
.AnyTagClassName
{
color: #51CA49;
}
</style>
background-color css
<style>
a { background-color: #51CA49; }
a { background-color: rgb(81,202,73); }
div.DivClassName
{
background-color: #51CA49;
}
.BgClassName
{
background-color: #51CA49;
}
</style>
border-color css
<style>
span { border-color: #51CA49; }
span { border-color: rgb(81,202,73); }
td.TdClassName
{
border-color: #51CA49;
}
.TagClassName
{
border-color: #51CA49;
}
</style>