Shades of Apple #5BBC41
Tints of Apple #5BBC41
RGB
CMYK
RGB Variations
Color information
#5BBC41 (or 0x5BBC41) is known color: Apple. HEX triplet: 5B, BC and 41. RGB value is (91,188,65). Sum of RGB (Red+Green+Blue) = 91+188+65=344 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.45% from 344); Green value is 188 (73.83% from 255 or 54.65% from 344); Blue value is 65 (25.78% from 255 or 18.90% from 344); Max value from RGB is 188 - color contains mainly: green. Hex color #5BBC41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BBC41 is #A443BE. Grayscale: #919191. Windows color (decimal): -10765247 or 4308059. OLE color: 4308059.
HSL color Cylindrical-coordinate representation of color #5BBC41: hue angle of 107.32º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5BBC41 is Cyan = 0.52, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 188 | 65 | - |
| CMYK | 0.52 | 0 | 0.65 | 0.26 |
| HSL | 107.32º | 0.49% | 0.5% | - |
| HSV(B) | 107.32º | 0.65% | 0.74% | - |
| XYZ | 23.25 | 38.57 | 11.22 | - |
| YUV | 144.98 | 82.86 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 188 | 65 | 0.52 | 0 | 0.65 | 0.26 | 107.32 | 0.49 | 0.5 |
| Hex | 5B | BC | 41 | 34 | 0 | 41 | 1A | 6B | 31 | 32 |
| Octal | 133 | 274 | 101 | 64 | 0 | 101 | 32 | 153 | 61 | 62 |
| Binary | 1011011 | 10111100 | 1000001 | 110100 | 0 | 1000001 | 11010 | 1101011 | 110001 | 110010 |
Color Harmonies of #5BBC41
Complementary color
Monochromatic Colors of #5BBC41
Black with #5BBC41
Text Example
Text Example
White with #5BBC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBC41; }
p { color: rgb(91,188,65); }
H1.HeaderClassName
{
color: #5BBC41;
}
.AnyTagClassName
{
color: #5BBC41;
}
</style>
background-color css
<style>
a { background-color: #5BBC41; }
a { background-color: rgb(91,188,65); }
div.DivClassName
{
background-color: #5BBC41;
}
.BgClassName
{
background-color: #5BBC41;
}
</style>
border-color css
<style>
span { border-color: #5BBC41; }
span { border-color: rgb(91,188,65); }
td.TdClassName
{
border-color: #5BBC41;
}
.TagClassName
{
border-color: #5BBC41;
}
</style>