Shades of Apple #5BC353
Tints of Apple #5BC353
RGB
CMYK
RGB Variations
Color information
#5BC353 (or 0x5BC353) is known color: Apple. HEX triplet: 5B, C3 and 53. RGB value is (91,195,83). Sum of RGB (Red+Green+Blue) = 91+195+83=369 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.66% from 369); Green value is 195 (76.56% from 255 or 52.85% from 369); Blue value is 83 (32.81% from 255 or 22.49% from 369); Max value from RGB is 195 - color contains mainly: green. Hex color #5BC353 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BC353 is #A43CAC. Grayscale: #979797. Windows color (decimal): -10763437 or 5489499. OLE color: 5489499.
HSL color Cylindrical-coordinate representation of color #5BC353: hue angle of 115.71º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5BC353 is Cyan = 0.53, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 91 | 195 | 83 | - |
| CMYK | 0.53 | 0 | 0.57 | 0.24 |
| HSL | 115.71º | 0.48% | 0.55% | - |
| HSV(B) | 115.71º | 0.57% | 0.76% | - |
| XYZ | 25.39 | 41.88 | 14.93 | - |
| YUV | 151.14 | 89.54 | 85.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 195 | 83 | 0.53 | 0 | 0.57 | 0.24 | 115.71 | 0.48 | 0.55 |
| Hex | 5B | C3 | 53 | 35 | 0 | 39 | 18 | 74 | 30 | 37 |
| Octal | 133 | 303 | 123 | 65 | 0 | 71 | 30 | 164 | 60 | 67 |
| Binary | 1011011 | 11000011 | 1010011 | 110101 | 0 | 111001 | 11000 | 1110100 | 110000 | 110111 |
Color Harmonies of #5BC353
Complementary color
Monochromatic Colors of #5BC353
Black with #5BC353
Text Example
Text Example
White with #5BC353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC353; }
p { color: rgb(91,195,83); }
H1.HeaderClassName
{
color: #5BC353;
}
.AnyTagClassName
{
color: #5BC353;
}
</style>
background-color css
<style>
a { background-color: #5BC353; }
a { background-color: rgb(91,195,83); }
div.DivClassName
{
background-color: #5BC353;
}
.BgClassName
{
background-color: #5BC353;
}
</style>
border-color css
<style>
span { border-color: #5BC353; }
span { border-color: rgb(91,195,83); }
td.TdClassName
{
border-color: #5BC353;
}
.TagClassName
{
border-color: #5BC353;
}
</style>