Shades of Apple #5BAF33
Tints of Apple #5BAF33
RGB
CMYK
RGB Variations
Color information
#5BAF33 (or 0x5BAF33) is known color: Apple. HEX triplet: 5B, AF and 33. RGB value is (91,175,51). Sum of RGB (Red+Green+Blue) = 91+175+51=317 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.71% from 317); Green value is 175 (68.75% from 255 or 55.21% from 317); Blue value is 51 (20.31% from 255 or 16.09% from 317); Max value from RGB is 175 - color contains mainly: green. Hex color #5BAF33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BAF33 is #A450CC. Grayscale: #888888. Windows color (decimal): -10768589 or 3387227. OLE color: 3387227.
HSL color Cylindrical-coordinate representation of color #5BAF33: hue angle of 100.65º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5BAF33 is Cyan = 0.48, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 91 | 175 | 51 | - |
| CMYK | 0.48 | 0 | 0.71 | 0.31 |
| HSL | 100.65º | 0.55% | 0.44% | - |
| HSV(B) | 100.65º | 0.71% | 0.69% | - |
| XYZ | 20.24 | 33.12 | 8.46 | - |
| YUV | 135.75 | 80.17 | 96.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 175 | 51 | 0.48 | 0 | 0.71 | 0.31 | 100.65 | 0.55 | 0.44 |
| Hex | 5B | AF | 33 | 30 | 0 | 47 | 1F | 65 | 37 | 2C |
| Octal | 133 | 257 | 63 | 60 | 0 | 107 | 37 | 145 | 67 | 54 |
| Binary | 1011011 | 10101111 | 110011 | 110000 | 0 | 1000111 | 11111 | 1100101 | 110111 | 101100 |
Color Harmonies of #5BAF33
Complementary color
Monochromatic Colors of #5BAF33
Black with #5BAF33
Text Example
Text Example
White with #5BAF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAF33; }
p { color: rgb(91,175,51); }
H1.HeaderClassName
{
color: #5BAF33;
}
.AnyTagClassName
{
color: #5BAF33;
}
</style>
background-color css
<style>
a { background-color: #5BAF33; }
a { background-color: rgb(91,175,51); }
div.DivClassName
{
background-color: #5BAF33;
}
.BgClassName
{
background-color: #5BAF33;
}
</style>
border-color css
<style>
span { border-color: #5BAF33; }
span { border-color: rgb(91,175,51); }
td.TdClassName
{
border-color: #5BAF33;
}
.TagClassName
{
border-color: #5BAF33;
}
</style>