Shades of Apple #5BA13C
Tints of Apple #5BA13C
RGB
CMYK
RGB Variations
Color information
#5BA13C (or 0x5BA13C) is known color: Apple. HEX triplet: 5B, A1 and 3C. RGB value is (91,161,60). Sum of RGB (Red+Green+Blue) = 91+161+60=312 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.17% from 312); Green value is 161 (63.28% from 255 or 51.60% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 161 - color contains mainly: green. Hex color #5BA13C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA13C is #A45EC3. Grayscale: #808080. Windows color (decimal): -10772164 or 3973467. OLE color: 3973467.
HSL color Cylindrical-coordinate representation of color #5BA13C: hue angle of 101.58º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BA13C is Cyan = 0.43, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 91 | 161 | 60 | - |
| CMYK | 0.43 | 0 | 0.63 | 0.37 |
| HSL | 101.58º | 0.46% | 0.43% | - |
| HSV(B) | 101.58º | 0.63% | 0.63% | - |
| XYZ | 17.87 | 28.04 | 8.75 | - |
| YUV | 128.56 | 89.31 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 161 | 60 | 0.43 | 0 | 0.63 | 0.37 | 101.58 | 0.46 | 0.43 |
| Hex | 5B | A1 | 3C | 2B | 0 | 3F | 25 | 66 | 2E | 2B |
| Octal | 133 | 241 | 74 | 53 | 0 | 77 | 45 | 146 | 56 | 53 |
| Binary | 1011011 | 10100001 | 111100 | 101011 | 0 | 111111 | 100101 | 1100110 | 101110 | 101011 |
Color Harmonies of #5BA13C
Complementary color
Monochromatic Colors of #5BA13C
Black with #5BA13C
Text Example
Text Example
White with #5BA13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA13C; }
p { color: rgb(91,161,60); }
H1.HeaderClassName
{
color: #5BA13C;
}
.AnyTagClassName
{
color: #5BA13C;
}
</style>
background-color css
<style>
a { background-color: #5BA13C; }
a { background-color: rgb(91,161,60); }
div.DivClassName
{
background-color: #5BA13C;
}
.BgClassName
{
background-color: #5BA13C;
}
</style>
border-color css
<style>
span { border-color: #5BA13C; }
span { border-color: rgb(91,161,60); }
td.TdClassName
{
border-color: #5BA13C;
}
.TagClassName
{
border-color: #5BA13C;
}
</style>