Shades of Apple #5BA93B
Tints of Apple #5BA93B
RGB
CMYK
RGB Variations
Color information
#5BA93B (or 0x5BA93B) is known color: Apple. HEX triplet: 5B, A9 and 3B. RGB value is (91,169,59). Sum of RGB (Red+Green+Blue) = 91+169+59=319 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.53% from 319); Green value is 169 (66.41% from 255 or 52.98% from 319); Blue value is 59 (23.44% from 255 or 18.50% from 319); Max value from RGB is 169 - color contains mainly: green. Hex color #5BA93B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA93B is #A456C4. Grayscale: #858585. Windows color (decimal): -10770117 or 3909979. OLE color: 3909979.
HSL color Cylindrical-coordinate representation of color #5BA93B: hue angle of 102.55º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5BA93B is Cyan = 0.46, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 91 | 169 | 59 | - |
| CMYK | 0.46 | 0 | 0.65 | 0.34 |
| HSL | 102.55º | 0.48% | 0.45% | - |
| HSV(B) | 102.55º | 0.65% | 0.66% | - |
| XYZ | 19.29 | 30.92 | 9.09 | - |
| YUV | 133.14 | 86.16 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 169 | 59 | 0.46 | 0 | 0.65 | 0.34 | 102.55 | 0.48 | 0.45 |
| Hex | 5B | A9 | 3B | 2E | 0 | 41 | 22 | 67 | 30 | 2D |
| Octal | 133 | 251 | 73 | 56 | 0 | 101 | 42 | 147 | 60 | 55 |
| Binary | 1011011 | 10101001 | 111011 | 101110 | 0 | 1000001 | 100010 | 1100111 | 110000 | 101101 |
Color Harmonies of #5BA93B
Complementary color
Monochromatic Colors of #5BA93B
Black with #5BA93B
Text Example
Text Example
White with #5BA93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA93B; }
p { color: rgb(91,169,59); }
H1.HeaderClassName
{
color: #5BA93B;
}
.AnyTagClassName
{
color: #5BA93B;
}
</style>
background-color css
<style>
a { background-color: #5BA93B; }
a { background-color: rgb(91,169,59); }
div.DivClassName
{
background-color: #5BA93B;
}
.BgClassName
{
background-color: #5BA93B;
}
</style>
border-color css
<style>
span { border-color: #5BA93B; }
span { border-color: rgb(91,169,59); }
td.TdClassName
{
border-color: #5BA93B;
}
.TagClassName
{
border-color: #5BA93B;
}
</style>