Shades of Apple #5BC536
Tints of Apple #5BC536
RGB
CMYK
RGB Variations
Color information
#5BC536 (or 0x5BC536) is known color: Apple. HEX triplet: 5B, C5 and 36. RGB value is (91,197,54). Sum of RGB (Red+Green+Blue) = 91+197+54=342 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.61% from 342); Green value is 197 (77.34% from 255 or 57.60% from 342); Blue value is 54 (21.48% from 255 or 15.79% from 342); Max value from RGB is 197 - color contains mainly: green. Hex color #5BC536 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BC536 is #A43AC9. Grayscale: #959595. Windows color (decimal): -10762954 or 3589467. OLE color: 3589467.
HSL color Cylindrical-coordinate representation of color #5BC536: hue angle of 104.48º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5BC536 is Cyan = 0.54, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 91 | 197 | 54 | - |
| CMYK | 0.54 | 0 | 0.73 | 0.23 |
| HSL | 104.48º | 0.57% | 0.49% | - |
| HSV(B) | 104.48º | 0.73% | 0.77% | - |
| XYZ | 24.95 | 42.42 | 10.36 | - |
| YUV | 149 | 74.38 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 197 | 54 | 0.54 | 0 | 0.73 | 0.23 | 104.48 | 0.57 | 0.49 |
| Hex | 5B | C5 | 36 | 36 | 0 | 49 | 17 | 68 | 39 | 31 |
| Octal | 133 | 305 | 66 | 66 | 0 | 111 | 27 | 150 | 71 | 61 |
| Binary | 1011011 | 11000101 | 110110 | 110110 | 0 | 1001001 | 10111 | 1101000 | 111001 | 110001 |
Color Harmonies of #5BC536
Complementary color
Monochromatic Colors of #5BC536
Black with #5BC536
Text Example
Text Example
White with #5BC536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC536; }
p { color: rgb(91,197,54); }
H1.HeaderClassName
{
color: #5BC536;
}
.AnyTagClassName
{
color: #5BC536;
}
</style>
background-color css
<style>
a { background-color: #5BC536; }
a { background-color: rgb(91,197,54); }
div.DivClassName
{
background-color: #5BC536;
}
.BgClassName
{
background-color: #5BC536;
}
</style>
border-color css
<style>
span { border-color: #5BC536; }
span { border-color: rgb(91,197,54); }
td.TdClassName
{
border-color: #5BC536;
}
.TagClassName
{
border-color: #5BC536;
}
</style>