Shades of Apple #5BC142
Tints of Apple #5BC142
RGB
CMYK
RGB Variations
Color information
#5BC142 (or 0x5BC142) is known color: Apple. HEX triplet: 5B, C1 and 42. RGB value is (91,193,66). Sum of RGB (Red+Green+Blue) = 91+193+66=350 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26% from 350); Green value is 193 (75.78% from 255 or 55.14% from 350); Blue value is 66 (26.17% from 255 or 18.86% from 350); Max value from RGB is 193 - color contains mainly: green. Hex color #5BC142 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BC142 is #A43EBD. Grayscale: #949494. Windows color (decimal): -10763966 or 4374875. OLE color: 4374875.
HSL color Cylindrical-coordinate representation of color #5BC142: hue angle of 108.19º 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 #5BC142 is Cyan = 0.53, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 91 | 193 | 66 | - |
| CMYK | 0.53 | 0 | 0.66 | 0.24 |
| HSL | 108.19º | 0.51% | 0.51% | - |
| HSV(B) | 108.19º | 0.66% | 0.76% | - |
| XYZ | 24.37 | 40.76 | 11.74 | - |
| YUV | 148.02 | 81.71 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 193 | 66 | 0.53 | 0 | 0.66 | 0.24 | 108.19 | 0.51 | 0.51 |
| Hex | 5B | C1 | 42 | 35 | 0 | 42 | 18 | 6C | 33 | 33 |
| Octal | 133 | 301 | 102 | 65 | 0 | 102 | 30 | 154 | 63 | 63 |
| Binary | 1011011 | 11000001 | 1000010 | 110101 | 0 | 1000010 | 11000 | 1101100 | 110011 | 110011 |
Color Harmonies of #5BC142
Complementary color
Monochromatic Colors of #5BC142
Black with #5BC142
Text Example
Text Example
White with #5BC142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC142; }
p { color: rgb(91,193,66); }
H1.HeaderClassName
{
color: #5BC142;
}
.AnyTagClassName
{
color: #5BC142;
}
</style>
background-color css
<style>
a { background-color: #5BC142; }
a { background-color: rgb(91,193,66); }
div.DivClassName
{
background-color: #5BC142;
}
.BgClassName
{
background-color: #5BC142;
}
</style>
border-color css
<style>
span { border-color: #5BC142; }
span { border-color: rgb(91,193,66); }
td.TdClassName
{
border-color: #5BC142;
}
.TagClassName
{
border-color: #5BC142;
}
</style>