Shades of Apple #5CBC56
Tints of Apple #5CBC56
RGB
CMYK
RGB Variations
Color information
#5CBC56 (or 0x5CBC56) is known color: Apple. HEX triplet: 5C, BC and 56. RGB value is (92,188,86). Sum of RGB (Red+Green+Blue) = 92+188+86=366 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.14% from 366); Green value is 188 (73.83% from 255 or 51.37% from 366); Blue value is 86 (33.98% from 255 or 23.50% from 366); Max value from RGB is 188 - color contains mainly: green. Hex color #5CBC56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CBC56 is #A343A9. Grayscale: #939393. Windows color (decimal): -10699690 or 5684316. OLE color: 5684316.
HSL color Cylindrical-coordinate representation of color #5CBC56: hue angle of 116.47º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5CBC56 is Cyan = 0.51, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 92 | 188 | 86 | - |
| CMYK | 0.51 | 0 | 0.54 | 0.26 |
| HSL | 116.47º | 0.43% | 0.54% | - |
| HSV(B) | 116.47º | 0.54% | 0.74% | - |
| XYZ | 24.08 | 38.91 | 15.05 | - |
| YUV | 147.67 | 93.2 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 188 | 86 | 0.51 | 0 | 0.54 | 0.26 | 116.47 | 0.43 | 0.54 |
| Hex | 5C | BC | 56 | 33 | 0 | 36 | 1A | 74 | 2B | 36 |
| Octal | 134 | 274 | 126 | 63 | 0 | 66 | 32 | 164 | 53 | 66 |
| Binary | 1011100 | 10111100 | 1010110 | 110011 | 0 | 110110 | 11010 | 1110100 | 101011 | 110110 |
Color Harmonies of #5CBC56
Complementary color
Monochromatic Colors of #5CBC56
Black with #5CBC56
Text Example
Text Example
White with #5CBC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBC56; }
p { color: rgb(92,188,86); }
H1.HeaderClassName
{
color: #5CBC56;
}
.AnyTagClassName
{
color: #5CBC56;
}
</style>
background-color css
<style>
a { background-color: #5CBC56; }
a { background-color: rgb(92,188,86); }
div.DivClassName
{
background-color: #5CBC56;
}
.BgClassName
{
background-color: #5CBC56;
}
</style>
border-color css
<style>
span { border-color: #5CBC56; }
span { border-color: rgb(92,188,86); }
td.TdClassName
{
border-color: #5CBC56;
}
.TagClassName
{
border-color: #5CBC56;
}
</style>