Shades of Apple #5BC246
Tints of Apple #5BC246
RGB
CMYK
RGB Variations
Color information
#5BC246 (or 0x5BC246) is known color: Apple. HEX triplet: 5B, C2 and 46. RGB value is (91,194,70). Sum of RGB (Red+Green+Blue) = 91+194+70=355 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.63% from 355); Green value is 194 (76.17% from 255 or 54.65% from 355); Blue value is 70 (27.73% from 255 or 19.72% from 355); Max value from RGB is 194 - color contains mainly: green. Hex color #5BC246 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BC246 is #A43DB9. Grayscale: #959595. Windows color (decimal): -10763706 or 4637275. OLE color: 4637275.
HSL color Cylindrical-coordinate representation of color #5BC246: hue angle of 109.84º degrees, saturation: 0.5, 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 #5BC246 is Cyan = 0.53, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 91 | 194 | 70 | - |
| CMYK | 0.53 | 0 | 0.64 | 0.24 |
| HSL | 109.84º | 0.5% | 0.52% | - |
| HSV(B) | 109.84º | 0.64% | 0.76% | - |
| XYZ | 24.71 | 41.25 | 12.45 | - |
| YUV | 149.07 | 83.38 | 86.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 194 | 70 | 0.53 | 0 | 0.64 | 0.24 | 109.84 | 0.5 | 0.52 |
| Hex | 5B | C2 | 46 | 35 | 0 | 40 | 18 | 6E | 32 | 34 |
| Octal | 133 | 302 | 106 | 65 | 0 | 100 | 30 | 156 | 62 | 64 |
| Binary | 1011011 | 11000010 | 1000110 | 110101 | 0 | 1000000 | 11000 | 1101110 | 110010 | 110100 |
Color Harmonies of #5BC246
Complementary color
Monochromatic Colors of #5BC246
Black with #5BC246
Text Example
Text Example
White with #5BC246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC246; }
p { color: rgb(91,194,70); }
H1.HeaderClassName
{
color: #5BC246;
}
.AnyTagClassName
{
color: #5BC246;
}
</style>
background-color css
<style>
a { background-color: #5BC246; }
a { background-color: rgb(91,194,70); }
div.DivClassName
{
background-color: #5BC246;
}
.BgClassName
{
background-color: #5BC246;
}
</style>
border-color css
<style>
span { border-color: #5BC246; }
span { border-color: rgb(91,194,70); }
td.TdClassName
{
border-color: #5BC246;
}
.TagClassName
{
border-color: #5BC246;
}
</style>