Shades of Apple #5BB640
Tints of Apple #5BB640
RGB
CMYK
RGB Variations
Color information
#5BB640 (or 0x5BB640) is known color: Apple. HEX triplet: 5B, B6 and 40. RGB value is (91,182,64). Sum of RGB (Red+Green+Blue) = 91+182+64=337 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.00% from 337); Green value is 182 (71.48% from 255 or 54.01% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 182 - color contains mainly: green. Hex color #5BB640 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BB640 is #A449BF. Grayscale: #8D8D8D. Windows color (decimal): -10766784 or 4240987. OLE color: 4240987.
HSL color Cylindrical-coordinate representation of color #5BB640: hue angle of 106.27º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5BB640 is Cyan = 0.5, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 91 | 182 | 64 | - |
| CMYK | 0.5 | 0 | 0.65 | 0.29 |
| HSL | 106.27º | 0.48% | 0.48% | - |
| HSV(B) | 106.27º | 0.65% | 0.71% | - |
| XYZ | 21.97 | 36.05 | 10.65 | - |
| YUV | 141.34 | 84.35 | 92.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 182 | 64 | 0.5 | 0 | 0.65 | 0.29 | 106.27 | 0.48 | 0.48 |
| Hex | 5B | B6 | 40 | 32 | 0 | 41 | 1D | 6A | 30 | 30 |
| Octal | 133 | 266 | 100 | 62 | 0 | 101 | 35 | 152 | 60 | 60 |
| Binary | 1011011 | 10110110 | 1000000 | 110010 | 0 | 1000001 | 11101 | 1101010 | 110000 | 110000 |
Color Harmonies of #5BB640
Complementary color
Monochromatic Colors of #5BB640
Black with #5BB640
Text Example
Text Example
White with #5BB640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BB640; }
p { color: rgb(91,182,64); }
H1.HeaderClassName
{
color: #5BB640;
}
.AnyTagClassName
{
color: #5BB640;
}
</style>
background-color css
<style>
a { background-color: #5BB640; }
a { background-color: rgb(91,182,64); }
div.DivClassName
{
background-color: #5BB640;
}
.BgClassName
{
background-color: #5BB640;
}
</style>
border-color css
<style>
span { border-color: #5BB640; }
span { border-color: rgb(91,182,64); }
td.TdClassName
{
border-color: #5BB640;
}
.TagClassName
{
border-color: #5BB640;
}
</style>