Shades of Apple #5BC355
Tints of Apple #5BC355
RGB
CMYK
RGB Variations
Color information
#5BC355 (or 0x5BC355) is known color: Apple. HEX triplet: 5B, C3 and 55. RGB value is (91,195,85). Sum of RGB (Red+Green+Blue) = 91+195+85=371 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.53% from 371); Green value is 195 (76.56% from 255 or 52.56% from 371); Blue value is 85 (33.59% from 255 or 22.91% from 371); Max value from RGB is 195 - color contains mainly: green. Hex color #5BC355 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BC355 is #A43CAA. Grayscale: #979797. Windows color (decimal): -10763435 or 5620571. OLE color: 5620571.
HSL color Cylindrical-coordinate representation of color #5BC355: hue angle of 116.73º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BC355 is Cyan = 0.53, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 91 | 195 | 85 | - |
| CMYK | 0.53 | 0 | 0.56 | 0.24 |
| HSL | 116.73º | 0.48% | 0.55% | - |
| HSV(B) | 116.73º | 0.56% | 0.76% | - |
| XYZ | 25.47 | 41.91 | 15.34 | - |
| YUV | 151.36 | 90.54 | 84.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 195 | 85 | 0.53 | 0 | 0.56 | 0.24 | 116.73 | 0.48 | 0.55 |
| Hex | 5B | C3 | 55 | 35 | 0 | 38 | 18 | 75 | 30 | 37 |
| Octal | 133 | 303 | 125 | 65 | 0 | 70 | 30 | 165 | 60 | 67 |
| Binary | 1011011 | 11000011 | 1010101 | 110101 | 0 | 111000 | 11000 | 1110101 | 110000 | 110111 |
Color Harmonies of #5BC355
Complementary color
Monochromatic Colors of #5BC355
Black with #5BC355
Text Example
Text Example
White with #5BC355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC355; }
p { color: rgb(91,195,85); }
H1.HeaderClassName
{
color: #5BC355;
}
.AnyTagClassName
{
color: #5BC355;
}
</style>
background-color css
<style>
a { background-color: #5BC355; }
a { background-color: rgb(91,195,85); }
div.DivClassName
{
background-color: #5BC355;
}
.BgClassName
{
background-color: #5BC355;
}
</style>
border-color css
<style>
span { border-color: #5BC355; }
span { border-color: rgb(91,195,85); }
td.TdClassName
{
border-color: #5BC355;
}
.TagClassName
{
border-color: #5BC355;
}
</style>