Shades of Apple #5BA438
Tints of Apple #5BA438
RGB
CMYK
RGB Variations
Color information
#5BA438 (or 0x5BA438) is known color: Apple. HEX triplet: 5B, A4 and 38. RGB value is (91,164,56). Sum of RGB (Red+Green+Blue) = 91+164+56=311 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.26% from 311); Green value is 164 (64.45% from 255 or 52.73% from 311); Blue value is 56 (22.27% from 255 or 18.01% from 311); Max value from RGB is 164 - color contains mainly: green. Hex color #5BA438 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA438 is #A45BC7. Grayscale: #828282. Windows color (decimal): -10771400 or 3712091. OLE color: 3712091.
HSL color Cylindrical-coordinate representation of color #5BA438: hue angle of 100.56º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5BA438 is Cyan = 0.45, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 91 | 164 | 56 | - |
| CMYK | 0.45 | 0 | 0.66 | 0.36 |
| HSL | 100.56º | 0.49% | 0.43% | - |
| HSV(B) | 100.56º | 0.66% | 0.64% | - |
| XYZ | 18.3 | 29.06 | 8.39 | - |
| YUV | 129.86 | 86.32 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 164 | 56 | 0.45 | 0 | 0.66 | 0.36 | 100.56 | 0.49 | 0.43 |
| Hex | 5B | A4 | 38 | 2D | 0 | 42 | 24 | 65 | 31 | 2B |
| Octal | 133 | 244 | 70 | 55 | 0 | 102 | 44 | 145 | 61 | 53 |
| Binary | 1011011 | 10100100 | 111000 | 101101 | 0 | 1000010 | 100100 | 1100101 | 110001 | 101011 |
Color Harmonies of #5BA438
Complementary color
Monochromatic Colors of #5BA438
Black with #5BA438
Text Example
Text Example
White with #5BA438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA438; }
p { color: rgb(91,164,56); }
H1.HeaderClassName
{
color: #5BA438;
}
.AnyTagClassName
{
color: #5BA438;
}
</style>
background-color css
<style>
a { background-color: #5BA438; }
a { background-color: rgb(91,164,56); }
div.DivClassName
{
background-color: #5BA438;
}
.BgClassName
{
background-color: #5BA438;
}
</style>
border-color css
<style>
span { border-color: #5BA438; }
span { border-color: rgb(91,164,56); }
td.TdClassName
{
border-color: #5BA438;
}
.TagClassName
{
border-color: #5BA438;
}
</style>