Shades of Apple #5BC346
Tints of Apple #5BC346
RGB
CMYK
RGB Variations
Color information
#5BC346 (or 0x5BC346) is known color: Apple. HEX triplet: 5B, C3 and 46. RGB value is (91,195,70). Sum of RGB (Red+Green+Blue) = 91+195+70=356 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.56% from 356); Green value is 195 (76.56% from 255 or 54.78% from 356); Blue value is 70 (27.73% from 255 or 19.66% from 356); Max value from RGB is 195 - color contains mainly: green. Hex color #5BC346 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BC346 is #A43CB9. Grayscale: #969696. Windows color (decimal): -10763450 or 4637531. OLE color: 4637531.
HSL color Cylindrical-coordinate representation of color #5BC346: hue angle of 109.92º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BC346 is Cyan = 0.53, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 91 | 195 | 70 | - |
| CMYK | 0.53 | 0 | 0.64 | 0.24 |
| HSL | 109.92º | 0.51% | 0.52% | - |
| HSV(B) | 109.92º | 0.64% | 0.76% | - |
| XYZ | 24.93 | 41.7 | 12.53 | - |
| YUV | 149.65 | 83.04 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 195 | 70 | 0.53 | 0 | 0.64 | 0.24 | 109.92 | 0.51 | 0.52 |
| Hex | 5B | C3 | 46 | 35 | 0 | 40 | 18 | 6E | 33 | 34 |
| Octal | 133 | 303 | 106 | 65 | 0 | 100 | 30 | 156 | 63 | 64 |
| Binary | 1011011 | 11000011 | 1000110 | 110101 | 0 | 1000000 | 11000 | 1101110 | 110011 | 110100 |
Color Harmonies of #5BC346
Complementary color
Monochromatic Colors of #5BC346
Black with #5BC346
Text Example
Text Example
White with #5BC346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC346; }
p { color: rgb(91,195,70); }
H1.HeaderClassName
{
color: #5BC346;
}
.AnyTagClassName
{
color: #5BC346;
}
</style>
background-color css
<style>
a { background-color: #5BC346; }
a { background-color: rgb(91,195,70); }
div.DivClassName
{
background-color: #5BC346;
}
.BgClassName
{
background-color: #5BC346;
}
</style>
border-color css
<style>
span { border-color: #5BC346; }
span { border-color: rgb(91,195,70); }
td.TdClassName
{
border-color: #5BC346;
}
.TagClassName
{
border-color: #5BC346;
}
</style>