Shades of Apple #5CAA53
Tints of Apple #5CAA53
RGB
CMYK
RGB Variations
Color information
#5CAA53 (or 0x5CAA53) is known color: Apple. HEX triplet: 5C, AA and 53. RGB value is (92,170,83). Sum of RGB (Red+Green+Blue) = 92+170+83=345 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.67% from 345); Green value is 170 (66.80% from 255 or 49.28% from 345); Blue value is 83 (32.81% from 255 or 24.06% from 345); Max value from RGB is 170 - color contains mainly: green. Hex color #5CAA53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CAA53 is #A355AC. Grayscale: #898989. Windows color (decimal): -10704301 or 5483100. OLE color: 5483100.
HSL color Cylindrical-coordinate representation of color #5CAA53: hue angle of 113.79º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5CAA53 is Cyan = 0.46, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 170 | 83 | - |
| CMYK | 0.46 | 0 | 0.51 | 0.33 |
| HSL | 113.79º | 0.34% | 0.5% | - |
| HSV(B) | 113.79º | 0.51% | 0.67% | - |
| XYZ | 20.35 | 31.65 | 13.22 | - |
| YUV | 136.76 | 97.66 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 170 | 83 | 0.46 | 0 | 0.51 | 0.33 | 113.79 | 0.34 | 0.5 |
| Hex | 5C | AA | 53 | 2E | 0 | 33 | 21 | 72 | 22 | 32 |
| Octal | 134 | 252 | 123 | 56 | 0 | 63 | 41 | 162 | 42 | 62 |
| Binary | 1011100 | 10101010 | 1010011 | 101110 | 0 | 110011 | 100001 | 1110010 | 100010 | 110010 |
Color Harmonies of #5CAA53
Complementary color
Monochromatic Colors of #5CAA53
Black with #5CAA53
Text Example
Text Example
White with #5CAA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAA53; }
p { color: rgb(92,170,83); }
H1.HeaderClassName
{
color: #5CAA53;
}
.AnyTagClassName
{
color: #5CAA53;
}
</style>
background-color css
<style>
a { background-color: #5CAA53; }
a { background-color: rgb(92,170,83); }
div.DivClassName
{
background-color: #5CAA53;
}
.BgClassName
{
background-color: #5CAA53;
}
</style>
border-color css
<style>
span { border-color: #5CAA53; }
span { border-color: rgb(92,170,83); }
td.TdClassName
{
border-color: #5CAA53;
}
.TagClassName
{
border-color: #5CAA53;
}
</style>