Shades of Apple #5BC131
Tints of Apple #5BC131
RGB
CMYK
RGB Variations
Color information
#5BC131 (or 0x5BC131) is known color: Apple. HEX triplet: 5B, C1 and 31. RGB value is (91,193,49). Sum of RGB (Red+Green+Blue) = 91+193+49=333 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.33% from 333); Green value is 193 (75.78% from 255 or 57.96% from 333); Blue value is 49 (19.53% from 255 or 14.71% from 333); Max value from RGB is 193 - color contains mainly: green. Hex color #5BC131 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BC131 is #A43ECE. Grayscale: #929292. Windows color (decimal): -10763983 or 3260763. OLE color: 3260763.
HSL color Cylindrical-coordinate representation of color #5BC131: hue angle of 102.5º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5BC131 is Cyan = 0.53, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 91 | 193 | 49 | - |
| CMYK | 0.53 | 0 | 0.75 | 0.24 |
| HSL | 102.5º | 0.6% | 0.47% | - |
| HSV(B) | 102.5º | 0.75% | 0.76% | - |
| XYZ | 23.94 | 40.59 | 9.48 | - |
| YUV | 146.09 | 73.21 | 88.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 193 | 49 | 0.53 | 0 | 0.75 | 0.24 | 102.5 | 0.6 | 0.47 |
| Hex | 5B | C1 | 31 | 35 | 0 | 4B | 18 | 66 | 3C | 2F |
| Octal | 133 | 301 | 61 | 65 | 0 | 113 | 30 | 146 | 74 | 57 |
| Binary | 1011011 | 11000001 | 110001 | 110101 | 0 | 1001011 | 11000 | 1100110 | 111100 | 101111 |
Color Harmonies of #5BC131
Complementary color
Monochromatic Colors of #5BC131
Black with #5BC131
Text Example
Text Example
White with #5BC131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC131; }
p { color: rgb(91,193,49); }
H1.HeaderClassName
{
color: #5BC131;
}
.AnyTagClassName
{
color: #5BC131;
}
</style>
background-color css
<style>
a { background-color: #5BC131; }
a { background-color: rgb(91,193,49); }
div.DivClassName
{
background-color: #5BC131;
}
.BgClassName
{
background-color: #5BC131;
}
</style>
border-color css
<style>
span { border-color: #5BC131; }
span { border-color: rgb(91,193,49); }
td.TdClassName
{
border-color: #5BC131;
}
.TagClassName
{
border-color: #5BC131;
}
</style>