Shades of Apple #5BC34D
Tints of Apple #5BC34D
RGB
CMYK
RGB Variations
Color information
#5BC34D (or 0x5BC34D) is known color: Apple. HEX triplet: 5B, C3 and 4D. RGB value is (91,195,77). Sum of RGB (Red+Green+Blue) = 91+195+77=363 (48% of max value = 765). Red value is 91 (35.94% from 255 or 25.07% from 363); Green value is 195 (76.56% from 255 or 53.72% from 363); Blue value is 77 (30.47% from 255 or 21.21% from 363); Max value from RGB is 195 - color contains mainly: green. Hex color #5BC34D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BC34D is #A43CB2. Grayscale: #969696. Windows color (decimal): -10763443 or 5096283. OLE color: 5096283.
HSL color Cylindrical-coordinate representation of color #5BC34D: hue angle of 112.88º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BC34D is Cyan = 0.53, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 91 | 195 | 77 | - |
| CMYK | 0.53 | 0 | 0.61 | 0.24 |
| HSL | 112.88º | 0.5% | 0.53% | - |
| HSV(B) | 112.88º | 0.61% | 0.76% | - |
| XYZ | 25.17 | 41.79 | 13.76 | - |
| YUV | 150.45 | 86.54 | 85.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 195 | 77 | 0.53 | 0 | 0.61 | 0.24 | 112.88 | 0.5 | 0.53 |
| Hex | 5B | C3 | 4D | 35 | 0 | 3D | 18 | 71 | 32 | 35 |
| Octal | 133 | 303 | 115 | 65 | 0 | 75 | 30 | 161 | 62 | 65 |
| Binary | 1011011 | 11000011 | 1001101 | 110101 | 0 | 111101 | 11000 | 1110001 | 110010 | 110101 |
Color Harmonies of #5BC34D
Complementary color
Monochromatic Colors of #5BC34D
Black with #5BC34D
Text Example
Text Example
White with #5BC34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC34D; }
p { color: rgb(91,195,77); }
H1.HeaderClassName
{
color: #5BC34D;
}
.AnyTagClassName
{
color: #5BC34D;
}
</style>
background-color css
<style>
a { background-color: #5BC34D; }
a { background-color: rgb(91,195,77); }
div.DivClassName
{
background-color: #5BC34D;
}
.BgClassName
{
background-color: #5BC34D;
}
</style>
border-color css
<style>
span { border-color: #5BC34D; }
span { border-color: rgb(91,195,77); }
td.TdClassName
{
border-color: #5BC34D;
}
.TagClassName
{
border-color: #5BC34D;
}
</style>