Shades of Apple #5BB142
Tints of Apple #5BB142
RGB
CMYK
RGB Variations
Color information
#5BB142 (or 0x5BB142) is known color: Apple. HEX triplet: 5B, B1 and 42. RGB value is (91,177,66). Sum of RGB (Red+Green+Blue) = 91+177+66=334 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.25% from 334); Green value is 177 (69.53% from 255 or 52.99% from 334); Blue value is 66 (26.17% from 255 or 19.76% from 334); Max value from RGB is 177 - color contains mainly: green. Hex color #5BB142 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BB142 is #A44EBD. Grayscale: #8A8A8A. Windows color (decimal): -10768062 or 4370779. OLE color: 4370779.
HSL color Cylindrical-coordinate representation of color #5BB142: hue angle of 106.49º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BB142 is Cyan = 0.49, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 91 | 177 | 66 | - |
| CMYK | 0.49 | 0 | 0.63 | 0.31 |
| HSL | 106.49º | 0.46% | 0.48% | - |
| HSV(B) | 106.49º | 0.63% | 0.69% | - |
| XYZ | 21.02 | 34.06 | 10.62 | - |
| YUV | 138.63 | 87.01 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 177 | 66 | 0.49 | 0 | 0.63 | 0.31 | 106.49 | 0.46 | 0.48 |
| Hex | 5B | B1 | 42 | 31 | 0 | 3F | 1F | 6A | 2E | 30 |
| Octal | 133 | 261 | 102 | 61 | 0 | 77 | 37 | 152 | 56 | 60 |
| Binary | 1011011 | 10110001 | 1000010 | 110001 | 0 | 111111 | 11111 | 1101010 | 101110 | 110000 |
Color Harmonies of #5BB142
Complementary color
Monochromatic Colors of #5BB142
Black with #5BB142
Text Example
Text Example
White with #5BB142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BB142; }
p { color: rgb(91,177,66); }
H1.HeaderClassName
{
color: #5BB142;
}
.AnyTagClassName
{
color: #5BB142;
}
</style>
background-color css
<style>
a { background-color: #5BB142; }
a { background-color: rgb(91,177,66); }
div.DivClassName
{
background-color: #5BB142;
}
.BgClassName
{
background-color: #5BB142;
}
</style>
border-color css
<style>
span { border-color: #5BB142; }
span { border-color: rgb(91,177,66); }
td.TdClassName
{
border-color: #5BB142;
}
.TagClassName
{
border-color: #5BB142;
}
</style>