Shades of Apple #5CA247
Tints of Apple #5CA247
RGB
CMYK
RGB Variations
Color information
#5CA247 (or 0x5CA247) is known color: Apple. HEX triplet: 5C, A2 and 47. RGB value is (92,162,71). Sum of RGB (Red+Green+Blue) = 92+162+71=325 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.31% from 325); Green value is 162 (63.67% from 255 or 49.85% from 325); Blue value is 71 (28.12% from 255 or 21.85% from 325); Max value from RGB is 162 - color contains mainly: green. Hex color #5CA247 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CA247 is #A35DB8. Grayscale: #828282. Windows color (decimal): -10706361 or 4694620. OLE color: 4694620.
HSL color Cylindrical-coordinate representation of color #5CA247: hue angle of 106.15º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5CA247 is Cyan = 0.43, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 92 | 162 | 71 | - |
| CMYK | 0.43 | 0 | 0.56 | 0.36 |
| HSL | 106.15º | 0.39% | 0.46% | - |
| HSV(B) | 106.15º | 0.56% | 0.64% | - |
| XYZ | 18.47 | 28.57 | 10.5 | - |
| YUV | 130.7 | 94.31 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 162 | 71 | 0.43 | 0 | 0.56 | 0.36 | 106.15 | 0.39 | 0.46 |
| Hex | 5C | A2 | 47 | 2B | 0 | 38 | 24 | 6A | 27 | 2E |
| Octal | 134 | 242 | 107 | 53 | 0 | 70 | 44 | 152 | 47 | 56 |
| Binary | 1011100 | 10100010 | 1000111 | 101011 | 0 | 111000 | 100100 | 1101010 | 100111 | 101110 |
Color Harmonies of #5CA247
Complementary color
Monochromatic Colors of #5CA247
Black with #5CA247
Text Example
Text Example
White with #5CA247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA247; }
p { color: rgb(92,162,71); }
H1.HeaderClassName
{
color: #5CA247;
}
.AnyTagClassName
{
color: #5CA247;
}
</style>
background-color css
<style>
a { background-color: #5CA247; }
a { background-color: rgb(92,162,71); }
div.DivClassName
{
background-color: #5CA247;
}
.BgClassName
{
background-color: #5CA247;
}
</style>
border-color css
<style>
span { border-color: #5CA247; }
span { border-color: rgb(92,162,71); }
td.TdClassName
{
border-color: #5CA247;
}
.TagClassName
{
border-color: #5CA247;
}
</style>