Shades of Apple #5CBA52
Tints of Apple #5CBA52
RGB
CMYK
RGB Variations
Color information
#5CBA52 (or 0x5CBA52) is known color: Apple. HEX triplet: 5C, BA and 52. RGB value is (92,186,82). Sum of RGB (Red+Green+Blue) = 92+186+82=360 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.56% from 360); Green value is 186 (73.05% from 255 or 51.67% from 360); Blue value is 82 (32.42% from 255 or 22.78% from 360); Max value from RGB is 186 - color contains mainly: green. Hex color #5CBA52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CBA52 is #A345AD. Grayscale: #929292. Windows color (decimal): -10700206 or 5421660. OLE color: 5421660.
HSL color Cylindrical-coordinate representation of color #5CBA52: hue angle of 114.23º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5CBA52 is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 92 | 186 | 82 | - |
| CMYK | 0.51 | 0 | 0.56 | 0.27 |
| HSL | 114.23º | 0.43% | 0.53% | - |
| HSV(B) | 114.23º | 0.56% | 0.73% | - |
| XYZ | 23.5 | 38 | 14.08 | - |
| YUV | 146.04 | 91.86 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 186 | 82 | 0.51 | 0 | 0.56 | 0.27 | 114.23 | 0.43 | 0.53 |
| Hex | 5C | BA | 52 | 33 | 0 | 38 | 1B | 72 | 2B | 35 |
| Octal | 134 | 272 | 122 | 63 | 0 | 70 | 33 | 162 | 53 | 65 |
| Binary | 1011100 | 10111010 | 1010010 | 110011 | 0 | 111000 | 11011 | 1110010 | 101011 | 110101 |
Color Harmonies of #5CBA52
Complementary color
Monochromatic Colors of #5CBA52
Black with #5CBA52
Text Example
Text Example
White with #5CBA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBA52; }
p { color: rgb(92,186,82); }
H1.HeaderClassName
{
color: #5CBA52;
}
.AnyTagClassName
{
color: #5CBA52;
}
</style>
background-color css
<style>
a { background-color: #5CBA52; }
a { background-color: rgb(92,186,82); }
div.DivClassName
{
background-color: #5CBA52;
}
.BgClassName
{
background-color: #5CBA52;
}
</style>
border-color css
<style>
span { border-color: #5CBA52; }
span { border-color: rgb(92,186,82); }
td.TdClassName
{
border-color: #5CBA52;
}
.TagClassName
{
border-color: #5CBA52;
}
</style>