Shades of Apple #5BAF39
Tints of Apple #5BAF39
RGB
CMYK
RGB Variations
Color information
#5BAF39 (or 0x5BAF39) is known color: Apple. HEX triplet: 5B, AF and 39. RGB value is (91,175,57). Sum of RGB (Red+Green+Blue) = 91+175+57=323 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.17% from 323); Green value is 175 (68.75% from 255 or 54.18% from 323); Blue value is 57 (22.66% from 255 or 17.65% from 323); Max value from RGB is 175 - color contains mainly: green. Hex color #5BAF39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BAF39 is #A450C6. Grayscale: #888888. Windows color (decimal): -10768583 or 3780443. OLE color: 3780443.
HSL color Cylindrical-coordinate representation of color #5BAF39: hue angle of 102.71º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5BAF39 is Cyan = 0.48, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 91 | 175 | 57 | - |
| CMYK | 0.48 | 0 | 0.67 | 0.31 |
| HSL | 102.71º | 0.51% | 0.45% | - |
| HSV(B) | 102.71º | 0.67% | 0.69% | - |
| XYZ | 20.38 | 33.18 | 9.2 | - |
| YUV | 136.43 | 83.17 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 175 | 57 | 0.48 | 0 | 0.67 | 0.31 | 102.71 | 0.51 | 0.45 |
| Hex | 5B | AF | 39 | 30 | 0 | 43 | 1F | 67 | 33 | 2D |
| Octal | 133 | 257 | 71 | 60 | 0 | 103 | 37 | 147 | 63 | 55 |
| Binary | 1011011 | 10101111 | 111001 | 110000 | 0 | 1000011 | 11111 | 1100111 | 110011 | 101101 |
Color Harmonies of #5BAF39
Complementary color
Monochromatic Colors of #5BAF39
Black with #5BAF39
Text Example
Text Example
White with #5BAF39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAF39; }
p { color: rgb(91,175,57); }
H1.HeaderClassName
{
color: #5BAF39;
}
.AnyTagClassName
{
color: #5BAF39;
}
</style>
background-color css
<style>
a { background-color: #5BAF39; }
a { background-color: rgb(91,175,57); }
div.DivClassName
{
background-color: #5BAF39;
}
.BgClassName
{
background-color: #5BAF39;
}
</style>
border-color css
<style>
span { border-color: #5BAF39; }
span { border-color: rgb(91,175,57); }
td.TdClassName
{
border-color: #5BAF39;
}
.TagClassName
{
border-color: #5BAF39;
}
</style>