Shades of Apple #5BC241
Tints of Apple #5BC241
RGB
CMYK
RGB Variations
Color information
#5BC241 (or 0x5BC241) is known color: Apple. HEX triplet: 5B, C2 and 41. RGB value is (91,194,65). Sum of RGB (Red+Green+Blue) = 91+194+65=350 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26% from 350); Green value is 194 (76.17% from 255 or 55.43% from 350); Blue value is 65 (25.78% from 255 or 18.57% from 350); Max value from RGB is 194 - color contains mainly: green. Hex color #5BC241 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BC241 is #A43DBE. Grayscale: #949494. Windows color (decimal): -10763711 or 4309595. OLE color: 4309595.
HSL color Cylindrical-coordinate representation of color #5BC241: hue angle of 107.91º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5BC241 is Cyan = 0.53, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 91 | 194 | 65 | - |
| CMYK | 0.53 | 0 | 0.66 | 0.24 |
| HSL | 107.91º | 0.51% | 0.51% | - |
| HSV(B) | 107.91º | 0.66% | 0.76% | - |
| XYZ | 24.56 | 41.19 | 11.66 | - |
| YUV | 148.5 | 80.88 | 86.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 194 | 65 | 0.53 | 0 | 0.66 | 0.24 | 107.91 | 0.51 | 0.51 |
| Hex | 5B | C2 | 41 | 35 | 0 | 42 | 18 | 6C | 33 | 33 |
| Octal | 133 | 302 | 101 | 65 | 0 | 102 | 30 | 154 | 63 | 63 |
| Binary | 1011011 | 11000010 | 1000001 | 110101 | 0 | 1000010 | 11000 | 1101100 | 110011 | 110011 |
Color Harmonies of #5BC241
Complementary color
Monochromatic Colors of #5BC241
Black with #5BC241
Text Example
Text Example
White with #5BC241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC241; }
p { color: rgb(91,194,65); }
H1.HeaderClassName
{
color: #5BC241;
}
.AnyTagClassName
{
color: #5BC241;
}
</style>
background-color css
<style>
a { background-color: #5BC241; }
a { background-color: rgb(91,194,65); }
div.DivClassName
{
background-color: #5BC241;
}
.BgClassName
{
background-color: #5BC241;
}
</style>
border-color css
<style>
span { border-color: #5BC241; }
span { border-color: rgb(91,194,65); }
td.TdClassName
{
border-color: #5BC241;
}
.TagClassName
{
border-color: #5BC241;
}
</style>