Shades of Apple #5BA93E
Tints of Apple #5BA93E
RGB
CMYK
RGB Variations
Color information
#5BA93E (or 0x5BA93E) is known color: Apple. HEX triplet: 5B, A9 and 3E. RGB value is (91,169,62). Sum of RGB (Red+Green+Blue) = 91+169+62=322 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.26% from 322); Green value is 169 (66.41% from 255 or 52.48% from 322); Blue value is 62 (24.61% from 255 or 19.25% from 322); Max value from RGB is 169 - color contains mainly: green. Hex color #5BA93E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA93E is #A456C1. Grayscale: #858585. Windows color (decimal): -10770114 or 4106587. OLE color: 4106587.
HSL color Cylindrical-coordinate representation of color #5BA93E: hue angle of 103.74º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BA93E is Cyan = 0.46, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 91 | 169 | 62 | - |
| CMYK | 0.46 | 0 | 0.63 | 0.34 |
| HSL | 103.74º | 0.46% | 0.45% | - |
| HSV(B) | 103.74º | 0.63% | 0.66% | - |
| XYZ | 19.37 | 30.95 | 9.51 | - |
| YUV | 133.48 | 87.66 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 169 | 62 | 0.46 | 0 | 0.63 | 0.34 | 103.74 | 0.46 | 0.45 |
| Hex | 5B | A9 | 3E | 2E | 0 | 3F | 22 | 68 | 2E | 2D |
| Octal | 133 | 251 | 76 | 56 | 0 | 77 | 42 | 150 | 56 | 55 |
| Binary | 1011011 | 10101001 | 111110 | 101110 | 0 | 111111 | 100010 | 1101000 | 101110 | 101101 |
Color Harmonies of #5BA93E
Complementary color
Monochromatic Colors of #5BA93E
Black with #5BA93E
Text Example
Text Example
White with #5BA93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA93E; }
p { color: rgb(91,169,62); }
H1.HeaderClassName
{
color: #5BA93E;
}
.AnyTagClassName
{
color: #5BA93E;
}
</style>
background-color css
<style>
a { background-color: #5BA93E; }
a { background-color: rgb(91,169,62); }
div.DivClassName
{
background-color: #5BA93E;
}
.BgClassName
{
background-color: #5BA93E;
}
</style>
border-color css
<style>
span { border-color: #5BA93E; }
span { border-color: rgb(91,169,62); }
td.TdClassName
{
border-color: #5BA93E;
}
.TagClassName
{
border-color: #5BA93E;
}
</style>