Shades of Apple #5BB93C
Tints of Apple #5BB93C
RGB
CMYK
RGB Variations
Color information
#5BB93C (or 0x5BB93C) is known color: Apple. HEX triplet: 5B, B9 and 3C. RGB value is (91,185,60). Sum of RGB (Red+Green+Blue) = 91+185+60=336 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.08% from 336); Green value is 185 (72.66% from 255 or 55.06% from 336); Blue value is 60 (23.83% from 255 or 17.86% from 336); Max value from RGB is 185 - color contains mainly: green. Hex color #5BB93C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BB93C is #A446C3. Grayscale: #8F8F8F. Windows color (decimal): -10766020 or 3979611. OLE color: 3979611.
HSL color Cylindrical-coordinate representation of color #5BB93C: hue angle of 105.12º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5BB93C is Cyan = 0.51, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 91 | 185 | 60 | - |
| CMYK | 0.51 | 0 | 0.68 | 0.27 |
| HSL | 105.12º | 0.51% | 0.48% | - |
| HSV(B) | 105.12º | 0.68% | 0.73% | - |
| XYZ | 22.48 | 37.25 | 10.28 | - |
| YUV | 142.64 | 81.36 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 185 | 60 | 0.51 | 0 | 0.68 | 0.27 | 105.12 | 0.51 | 0.48 |
| Hex | 5B | B9 | 3C | 33 | 0 | 44 | 1B | 69 | 33 | 30 |
| Octal | 133 | 271 | 74 | 63 | 0 | 104 | 33 | 151 | 63 | 60 |
| Binary | 1011011 | 10111001 | 111100 | 110011 | 0 | 1000100 | 11011 | 1101001 | 110011 | 110000 |
Color Harmonies of #5BB93C
Complementary color
Monochromatic Colors of #5BB93C
Black with #5BB93C
Text Example
Text Example
White with #5BB93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BB93C; }
p { color: rgb(91,185,60); }
H1.HeaderClassName
{
color: #5BB93C;
}
.AnyTagClassName
{
color: #5BB93C;
}
</style>
background-color css
<style>
a { background-color: #5BB93C; }
a { background-color: rgb(91,185,60); }
div.DivClassName
{
background-color: #5BB93C;
}
.BgClassName
{
background-color: #5BB93C;
}
</style>
border-color css
<style>
span { border-color: #5BB93C; }
span { border-color: rgb(91,185,60); }
td.TdClassName
{
border-color: #5BB93C;
}
.TagClassName
{
border-color: #5BB93C;
}
</style>