Shades of Apple #5CBC55
Tints of Apple #5CBC55
RGB
CMYK
RGB Variations
Color information
#5CBC55 (or 0x5CBC55) is known color: Apple. HEX triplet: 5C, BC and 55. RGB value is (92,188,85). Sum of RGB (Red+Green+Blue) = 92+188+85=365 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.21% from 365); Green value is 188 (73.83% from 255 or 51.51% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 188 - color contains mainly: green. Hex color #5CBC55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CBC55 is #A343AA. Grayscale: #939393. Windows color (decimal): -10699691 or 5618780. OLE color: 5618780.
HSL color Cylindrical-coordinate representation of color #5CBC55: hue angle of 115.92º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5CBC55 is Cyan = 0.51, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 92 | 188 | 85 | - |
| CMYK | 0.51 | 0 | 0.55 | 0.26 |
| HSL | 115.92º | 0.43% | 0.54% | - |
| HSV(B) | 115.92º | 0.55% | 0.74% | - |
| XYZ | 24.04 | 38.9 | 14.84 | - |
| YUV | 147.55 | 92.7 | 88.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 188 | 85 | 0.51 | 0 | 0.55 | 0.26 | 115.92 | 0.43 | 0.54 |
| Hex | 5C | BC | 55 | 33 | 0 | 37 | 1A | 74 | 2B | 36 |
| Octal | 134 | 274 | 125 | 63 | 0 | 67 | 32 | 164 | 53 | 66 |
| Binary | 1011100 | 10111100 | 1010101 | 110011 | 0 | 110111 | 11010 | 1110100 | 101011 | 110110 |
Color Harmonies of #5CBC55
Complementary color
Monochromatic Colors of #5CBC55
Black with #5CBC55
Text Example
Text Example
White with #5CBC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBC55; }
p { color: rgb(92,188,85); }
H1.HeaderClassName
{
color: #5CBC55;
}
.AnyTagClassName
{
color: #5CBC55;
}
</style>
background-color css
<style>
a { background-color: #5CBC55; }
a { background-color: rgb(92,188,85); }
div.DivClassName
{
background-color: #5CBC55;
}
.BgClassName
{
background-color: #5CBC55;
}
</style>
border-color css
<style>
span { border-color: #5CBC55; }
span { border-color: rgb(92,188,85); }
td.TdClassName
{
border-color: #5CBC55;
}
.TagClassName
{
border-color: #5CBC55;
}
</style>