Shades of Apple #5BAF45
Tints of Apple #5BAF45
RGB
CMYK
RGB Variations
Color information
#5BAF45 (or 0x5BAF45) is known color: Apple. HEX triplet: 5B, AF and 45. RGB value is (91,175,69). Sum of RGB (Red+Green+Blue) = 91+175+69=335 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.16% from 335); Green value is 175 (68.75% from 255 or 52.24% from 335); Blue value is 69 (27.34% from 255 or 20.60% from 335); Max value from RGB is 175 - color contains mainly: green. Hex color #5BAF45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BAF45 is #A450BA. Grayscale: #8A8A8A. Windows color (decimal): -10768571 or 4566875. OLE color: 4566875.
HSL color Cylindrical-coordinate representation of color #5BAF45: hue angle of 107.55º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BAF45 is Cyan = 0.48, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 91 | 175 | 69 | - |
| CMYK | 0.48 | 0 | 0.61 | 0.31 |
| HSL | 107.55º | 0.43% | 0.48% | - |
| HSV(B) | 107.55º | 0.61% | 0.69% | - |
| XYZ | 20.72 | 33.31 | 10.97 | - |
| YUV | 137.8 | 89.17 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 175 | 69 | 0.48 | 0 | 0.61 | 0.31 | 107.55 | 0.43 | 0.48 |
| Hex | 5B | AF | 45 | 30 | 0 | 3D | 1F | 6C | 2B | 30 |
| Octal | 133 | 257 | 105 | 60 | 0 | 75 | 37 | 154 | 53 | 60 |
| Binary | 1011011 | 10101111 | 1000101 | 110000 | 0 | 111101 | 11111 | 1101100 | 101011 | 110000 |
Color Harmonies of #5BAF45
Complementary color
Monochromatic Colors of #5BAF45
Black with #5BAF45
Text Example
Text Example
White with #5BAF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAF45; }
p { color: rgb(91,175,69); }
H1.HeaderClassName
{
color: #5BAF45;
}
.AnyTagClassName
{
color: #5BAF45;
}
</style>
background-color css
<style>
a { background-color: #5BAF45; }
a { background-color: rgb(91,175,69); }
div.DivClassName
{
background-color: #5BAF45;
}
.BgClassName
{
background-color: #5BAF45;
}
</style>
border-color css
<style>
span { border-color: #5BAF45; }
span { border-color: rgb(91,175,69); }
td.TdClassName
{
border-color: #5BAF45;
}
.TagClassName
{
border-color: #5BAF45;
}
</style>