Shades of Apple #5BA538
Tints of Apple #5BA538
RGB
CMYK
RGB Variations
Color information
#5BA538 (or 0x5BA538) is known color: Apple. HEX triplet: 5B, A5 and 38. RGB value is (91,165,56). Sum of RGB (Red+Green+Blue) = 91+165+56=312 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.17% from 312); Green value is 165 (64.84% from 255 or 52.88% from 312); Blue value is 56 (22.27% from 255 or 17.95% from 312); Max value from RGB is 165 - color contains mainly: green. Hex color #5BA538 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA538 is #A45AC7. Grayscale: #828282. Windows color (decimal): -10771144 or 3712347. OLE color: 3712347.
HSL color Cylindrical-coordinate representation of color #5BA538: hue angle of 100.73º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5BA538 is Cyan = 0.45, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 91 | 165 | 56 | - |
| CMYK | 0.45 | 0 | 0.66 | 0.35 |
| HSL | 100.73º | 0.49% | 0.43% | - |
| HSV(B) | 100.73º | 0.66% | 0.65% | - |
| XYZ | 18.48 | 29.42 | 8.45 | - |
| YUV | 130.45 | 85.98 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 165 | 56 | 0.45 | 0 | 0.66 | 0.35 | 100.73 | 0.49 | 0.43 |
| Hex | 5B | A5 | 38 | 2D | 0 | 42 | 23 | 65 | 31 | 2B |
| Octal | 133 | 245 | 70 | 55 | 0 | 102 | 43 | 145 | 61 | 53 |
| Binary | 1011011 | 10100101 | 111000 | 101101 | 0 | 1000010 | 100011 | 1100101 | 110001 | 101011 |
Color Harmonies of #5BA538
Complementary color
Monochromatic Colors of #5BA538
Black with #5BA538
Text Example
Text Example
White with #5BA538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA538; }
p { color: rgb(91,165,56); }
H1.HeaderClassName
{
color: #5BA538;
}
.AnyTagClassName
{
color: #5BA538;
}
</style>
background-color css
<style>
a { background-color: #5BA538; }
a { background-color: rgb(91,165,56); }
div.DivClassName
{
background-color: #5BA538;
}
.BgClassName
{
background-color: #5BA538;
}
</style>
border-color css
<style>
span { border-color: #5BA538; }
span { border-color: rgb(91,165,56); }
td.TdClassName
{
border-color: #5BA538;
}
.TagClassName
{
border-color: #5BA538;
}
</style>