Shades of Apple #5BC850
Tints of Apple #5BC850
RGB
CMYK
RGB Variations
Color information
#5BC850 (or 0x5BC850) is known color: Apple. HEX triplet: 5B, C8 and 50. RGB value is (91,200,80). Sum of RGB (Red+Green+Blue) = 91+200+80=371 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.53% from 371); Green value is 200 (78.52% from 255 or 53.91% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 200 - color contains mainly: green. Hex color #5BC850 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BC850 is #A437AF. Grayscale: #9A9A9A. Windows color (decimal): -10762160 or 5294171. OLE color: 5294171.
HSL color Cylindrical-coordinate representation of color #5BC850: hue angle of 114.5º 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 #5BC850 is Cyan = 0.54, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 91 | 200 | 80 | - |
| CMYK | 0.54 | 0 | 0.6 | 0.22 |
| HSL | 114.5º | 0.52% | 0.55% | - |
| HSV(B) | 114.5º | 0.6% | 0.78% | - |
| XYZ | 26.42 | 44.11 | 14.71 | - |
| YUV | 153.73 | 86.39 | 83.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 200 | 80 | 0.54 | 0 | 0.6 | 0.22 | 114.5 | 0.52 | 0.55 |
| Hex | 5B | C8 | 50 | 36 | 0 | 3C | 16 | 72 | 34 | 37 |
| Octal | 133 | 310 | 120 | 66 | 0 | 74 | 26 | 162 | 64 | 67 |
| Binary | 1011011 | 11001000 | 1010000 | 110110 | 0 | 111100 | 10110 | 1110010 | 110100 | 110111 |
Color Harmonies of #5BC850
Complementary color
Monochromatic Colors of #5BC850
Black with #5BC850
Text Example
Text Example
White with #5BC850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC850; }
p { color: rgb(91,200,80); }
H1.HeaderClassName
{
color: #5BC850;
}
.AnyTagClassName
{
color: #5BC850;
}
</style>
background-color css
<style>
a { background-color: #5BC850; }
a { background-color: rgb(91,200,80); }
div.DivClassName
{
background-color: #5BC850;
}
.BgClassName
{
background-color: #5BC850;
}
</style>
border-color css
<style>
span { border-color: #5BC850; }
span { border-color: rgb(91,200,80); }
td.TdClassName
{
border-color: #5BC850;
}
.TagClassName
{
border-color: #5BC850;
}
</style>