Shades of Apple #5BA33F
Tints of Apple #5BA33F
RGB
CMYK
RGB Variations
Color information
#5BA33F (or 0x5BA33F) is known color: Apple. HEX triplet: 5B, A3 and 3F. RGB value is (91,163,63). Sum of RGB (Red+Green+Blue) = 91+163+63=317 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.71% from 317); Green value is 163 (64.06% from 255 or 51.42% from 317); Blue value is 63 (25% from 255 or 19.87% from 317); Max value from RGB is 163 - color contains mainly: green. Hex color #5BA33F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA33F is #A45CC0. Grayscale: #828282. Windows color (decimal): -10771649 or 4170587. OLE color: 4170587.
HSL color Cylindrical-coordinate representation of color #5BA33F: hue angle of 103.2º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BA33F is Cyan = 0.44, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 91 | 163 | 63 | - |
| CMYK | 0.44 | 0 | 0.61 | 0.36 |
| HSL | 103.2º | 0.44% | 0.44% | - |
| HSV(B) | 103.2º | 0.61% | 0.64% | - |
| XYZ | 18.31 | 28.78 | 9.29 | - |
| YUV | 130.07 | 90.15 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 163 | 63 | 0.44 | 0 | 0.61 | 0.36 | 103.2 | 0.44 | 0.44 |
| Hex | 5B | A3 | 3F | 2C | 0 | 3D | 24 | 67 | 2C | 2C |
| Octal | 133 | 243 | 77 | 54 | 0 | 75 | 44 | 147 | 54 | 54 |
| Binary | 1011011 | 10100011 | 111111 | 101100 | 0 | 111101 | 100100 | 1100111 | 101100 | 101100 |
Color Harmonies of #5BA33F
Complementary color
Monochromatic Colors of #5BA33F
Black with #5BA33F
Text Example
Text Example
White with #5BA33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA33F; }
p { color: rgb(91,163,63); }
H1.HeaderClassName
{
color: #5BA33F;
}
.AnyTagClassName
{
color: #5BA33F;
}
</style>
background-color css
<style>
a { background-color: #5BA33F; }
a { background-color: rgb(91,163,63); }
div.DivClassName
{
background-color: #5BA33F;
}
.BgClassName
{
background-color: #5BA33F;
}
</style>
border-color css
<style>
span { border-color: #5BA33F; }
span { border-color: rgb(91,163,63); }
td.TdClassName
{
border-color: #5BA33F;
}
.TagClassName
{
border-color: #5BA33F;
}
</style>