Shades of Apple #5CC850
Tints of Apple #5CC850
RGB
CMYK
RGB Variations
Color information
#5CC850 (or 0x5CC850) is known color: Apple. HEX triplet: 5C, C8 and 50. RGB value is (92,200,80). Sum of RGB (Red+Green+Blue) = 92+200+80=372 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.73% from 372); Green value is 200 (78.52% from 255 or 53.76% from 372); Blue value is 80 (31.64% from 255 or 21.51% from 372); Max value from RGB is 200 - color contains mainly: green. Hex color #5CC850 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CC850 is #A337AF. Grayscale: #9A9A9A. Windows color (decimal): -10696624 or 5294172. OLE color: 5294172.
HSL color Cylindrical-coordinate representation of color #5CC850: hue angle of 114º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5CC850 is Cyan = 0.54, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 92 | 200 | 80 | - |
| CMYK | 0.54 | 0 | 0.6 | 0.22 |
| HSL | 114º | 0.52% | 0.55% | - |
| HSV(B) | 114º | 0.6% | 0.78% | - |
| XYZ | 26.52 | 44.16 | 14.72 | - |
| YUV | 154.03 | 86.22 | 83.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 200 | 80 | 0.54 | 0 | 0.6 | 0.22 | 114 | 0.52 | 0.55 |
| Hex | 5C | C8 | 50 | 36 | 0 | 3C | 16 | 72 | 34 | 37 |
| Octal | 134 | 310 | 120 | 66 | 0 | 74 | 26 | 162 | 64 | 67 |
| Binary | 1011100 | 11001000 | 1010000 | 110110 | 0 | 111100 | 10110 | 1110010 | 110100 | 110111 |
Color Harmonies of #5CC850
Complementary color
Monochromatic Colors of #5CC850
Black with #5CC850
Text Example
Text Example
White with #5CC850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC850; }
p { color: rgb(92,200,80); }
H1.HeaderClassName
{
color: #5CC850;
}
.AnyTagClassName
{
color: #5CC850;
}
</style>
background-color css
<style>
a { background-color: #5CC850; }
a { background-color: rgb(92,200,80); }
div.DivClassName
{
background-color: #5CC850;
}
.BgClassName
{
background-color: #5CC850;
}
</style>
border-color css
<style>
span { border-color: #5CC850; }
span { border-color: rgb(92,200,80); }
td.TdClassName
{
border-color: #5CC850;
}
.TagClassName
{
border-color: #5CC850;
}
</style>