Shades of Apple #5BC53B
Tints of Apple #5BC53B
RGB
CMYK
RGB Variations
Color information
#5BC53B (or 0x5BC53B) is known color: Apple. HEX triplet: 5B, C5 and 3B. RGB value is (91,197,59). Sum of RGB (Red+Green+Blue) = 91+197+59=347 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.22% from 347); Green value is 197 (77.34% from 255 or 56.77% from 347); Blue value is 59 (23.44% from 255 or 17.00% from 347); Max value from RGB is 197 - color contains mainly: green. Hex color #5BC53B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BC53B is #A43AC4. Grayscale: #969696. Windows color (decimal): -10762949 or 3917147. OLE color: 3917147.
HSL color Cylindrical-coordinate representation of color #5BC53B: hue angle of 106.09º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5BC53B is Cyan = 0.54, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 91 | 197 | 59 | - |
| CMYK | 0.54 | 0 | 0.70 | 0.23 |
| HSL | 106.09º | 0.54% | 0.5% | - |
| HSV(B) | 106.09º | 0.7% | 0.77% | - |
| XYZ | 25.07 | 42.47 | 11.01 | - |
| YUV | 149.57 | 76.88 | 86.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 197 | 59 | 0.54 | 0 | 0.70 | 0.23 | 106.09 | 0.54 | 0.5 |
| Hex | 5B | C5 | 3B | 36 | 0 | 46 | 17 | 6A | 36 | 32 |
| Octal | 133 | 305 | 73 | 66 | 0 | 106 | 27 | 152 | 66 | 62 |
| Binary | 1011011 | 11000101 | 111011 | 110110 | 0 | 1000110 | 10111 | 1101010 | 110110 | 110010 |
Color Harmonies of #5BC53B
Complementary color
Monochromatic Colors of #5BC53B
Black with #5BC53B
Text Example
Text Example
White with #5BC53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC53B; }
p { color: rgb(91,197,59); }
H1.HeaderClassName
{
color: #5BC53B;
}
.AnyTagClassName
{
color: #5BC53B;
}
</style>
background-color css
<style>
a { background-color: #5BC53B; }
a { background-color: rgb(91,197,59); }
div.DivClassName
{
background-color: #5BC53B;
}
.BgClassName
{
background-color: #5BC53B;
}
</style>
border-color css
<style>
span { border-color: #5BC53B; }
span { border-color: rgb(91,197,59); }
td.TdClassName
{
border-color: #5BC53B;
}
.TagClassName
{
border-color: #5BC53B;
}
</style>