Shades of Apple #5BAF3A
Tints of Apple #5BAF3A
RGB
CMYK
RGB Variations
Color information
#5BAF3A (or 0x5BAF3A) is known color: Apple. HEX triplet: 5B, AF and 3A. RGB value is (91,175,58). Sum of RGB (Red+Green+Blue) = 91+175+58=324 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.09% from 324); Green value is 175 (68.75% from 255 or 54.01% from 324); Blue value is 58 (23.05% from 255 or 17.90% from 324); Max value from RGB is 175 - color contains mainly: green. Hex color #5BAF3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BAF3A is #A450C5. Grayscale: #888888. Windows color (decimal): -10768582 or 3845979. OLE color: 3845979.
HSL color Cylindrical-coordinate representation of color #5BAF3A: hue angle of 103.08º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5BAF3A is Cyan = 0.48, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 91 | 175 | 58 | - |
| CMYK | 0.48 | 0 | 0.67 | 0.31 |
| HSL | 103.08º | 0.5% | 0.46% | - |
| HSV(B) | 103.08º | 0.67% | 0.69% | - |
| XYZ | 20.41 | 33.19 | 9.33 | - |
| YUV | 136.55 | 83.67 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 175 | 58 | 0.48 | 0 | 0.67 | 0.31 | 103.08 | 0.5 | 0.46 |
| Hex | 5B | AF | 3A | 30 | 0 | 43 | 1F | 67 | 32 | 2E |
| Octal | 133 | 257 | 72 | 60 | 0 | 103 | 37 | 147 | 62 | 56 |
| Binary | 1011011 | 10101111 | 111010 | 110000 | 0 | 1000011 | 11111 | 1100111 | 110010 | 101110 |
Color Harmonies of #5BAF3A
Complementary color
Monochromatic Colors of #5BAF3A
Black with #5BAF3A
Text Example
Text Example
White with #5BAF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAF3A; }
p { color: rgb(91,175,58); }
H1.HeaderClassName
{
color: #5BAF3A;
}
.AnyTagClassName
{
color: #5BAF3A;
}
</style>
background-color css
<style>
a { background-color: #5BAF3A; }
a { background-color: rgb(91,175,58); }
div.DivClassName
{
background-color: #5BAF3A;
}
.BgClassName
{
background-color: #5BAF3A;
}
</style>
border-color css
<style>
span { border-color: #5BAF3A; }
span { border-color: rgb(91,175,58); }
td.TdClassName
{
border-color: #5BAF3A;
}
.TagClassName
{
border-color: #5BAF3A;
}
</style>