Shades of Apple #5BA93C
Tints of Apple #5BA93C
RGB
CMYK
RGB Variations
Color information
#5BA93C (or 0x5BA93C) is known color: Apple. HEX triplet: 5B, A9 and 3C. RGB value is (91,169,60). Sum of RGB (Red+Green+Blue) = 91+169+60=320 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.44% from 320); Green value is 169 (66.41% from 255 or 52.81% from 320); Blue value is 60 (23.83% from 255 or 18.75% from 320); Max value from RGB is 169 - color contains mainly: green. Hex color #5BA93C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA93C is #A456C3. Grayscale: #858585. Windows color (decimal): -10770116 or 3975515. OLE color: 3975515.
HSL color Cylindrical-coordinate representation of color #5BA93C: hue angle of 102.94º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BA93C is Cyan = 0.46, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 91 | 169 | 60 | - |
| CMYK | 0.46 | 0 | 0.64 | 0.34 |
| HSL | 102.94º | 0.48% | 0.45% | - |
| HSV(B) | 102.94º | 0.64% | 0.66% | - |
| XYZ | 19.32 | 30.93 | 9.23 | - |
| YUV | 133.25 | 86.66 | 97.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 169 | 60 | 0.46 | 0 | 0.64 | 0.34 | 102.94 | 0.48 | 0.45 |
| Hex | 5B | A9 | 3C | 2E | 0 | 40 | 22 | 67 | 30 | 2D |
| Octal | 133 | 251 | 74 | 56 | 0 | 100 | 42 | 147 | 60 | 55 |
| Binary | 1011011 | 10101001 | 111100 | 101110 | 0 | 1000000 | 100010 | 1100111 | 110000 | 101101 |
Color Harmonies of #5BA93C
Complementary color
Monochromatic Colors of #5BA93C
Black with #5BA93C
Text Example
Text Example
White with #5BA93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA93C; }
p { color: rgb(91,169,60); }
H1.HeaderClassName
{
color: #5BA93C;
}
.AnyTagClassName
{
color: #5BA93C;
}
</style>
background-color css
<style>
a { background-color: #5BA93C; }
a { background-color: rgb(91,169,60); }
div.DivClassName
{
background-color: #5BA93C;
}
.BgClassName
{
background-color: #5BA93C;
}
</style>
border-color css
<style>
span { border-color: #5BA93C; }
span { border-color: rgb(91,169,60); }
td.TdClassName
{
border-color: #5BA93C;
}
.TagClassName
{
border-color: #5BA93C;
}
</style>