Shades of Apple #5BA13F
Tints of Apple #5BA13F
RGB
CMYK
RGB Variations
Color information
#5BA13F (or 0x5BA13F) is known color: Apple. HEX triplet: 5B, A1 and 3F. RGB value is (91,161,63). Sum of RGB (Red+Green+Blue) = 91+161+63=315 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.89% from 315); Green value is 161 (63.28% from 255 or 51.11% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 161 - color contains mainly: green. Hex color #5BA13F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA13F is #A45EC0. Grayscale: #818181. Windows color (decimal): -10772161 or 4170075. OLE color: 4170075.
HSL color Cylindrical-coordinate representation of color #5BA13F: hue angle of 102.86º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BA13F is Cyan = 0.43, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 91 | 161 | 63 | - |
| CMYK | 0.43 | 0 | 0.61 | 0.37 |
| HSL | 102.86º | 0.44% | 0.44% | - |
| HSV(B) | 102.86º | 0.61% | 0.63% | - |
| XYZ | 17.96 | 28.07 | 9.17 | - |
| YUV | 128.9 | 90.81 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 161 | 63 | 0.43 | 0 | 0.61 | 0.37 | 102.86 | 0.44 | 0.44 |
| Hex | 5B | A1 | 3F | 2B | 0 | 3D | 25 | 67 | 2C | 2C |
| Octal | 133 | 241 | 77 | 53 | 0 | 75 | 45 | 147 | 54 | 54 |
| Binary | 1011011 | 10100001 | 111111 | 101011 | 0 | 111101 | 100101 | 1100111 | 101100 | 101100 |
Color Harmonies of #5BA13F
Complementary color
Monochromatic Colors of #5BA13F
Black with #5BA13F
Text Example
Text Example
White with #5BA13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA13F; }
p { color: rgb(91,161,63); }
H1.HeaderClassName
{
color: #5BA13F;
}
.AnyTagClassName
{
color: #5BA13F;
}
</style>
background-color css
<style>
a { background-color: #5BA13F; }
a { background-color: rgb(91,161,63); }
div.DivClassName
{
background-color: #5BA13F;
}
.BgClassName
{
background-color: #5BA13F;
}
</style>
border-color css
<style>
span { border-color: #5BA13F; }
span { border-color: rgb(91,161,63); }
td.TdClassName
{
border-color: #5BA13F;
}
.TagClassName
{
border-color: #5BA13F;
}
</style>