Shades of Apple #5BAE4B
Tints of Apple #5BAE4B
RGB
CMYK
RGB Variations
Color information
#5BAE4B (or 0x5BAE4B) is known color: Apple. HEX triplet: 5B, AE and 4B. RGB value is (91,174,75). Sum of RGB (Red+Green+Blue) = 91+174+75=340 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.76% from 340); Green value is 174 (68.36% from 255 or 51.18% from 340); Blue value is 75 (29.69% from 255 or 22.06% from 340); Max value from RGB is 174 - color contains mainly: green. Hex color #5BAE4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BAE4B is #A451B4. Grayscale: #8A8A8A. Windows color (decimal): -10768821 or 4959835. OLE color: 4959835.
HSL color Cylindrical-coordinate representation of color #5BAE4B: hue angle of 110.3º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5BAE4B is Cyan = 0.48, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 91 | 174 | 75 | - |
| CMYK | 0.48 | 0 | 0.57 | 0.32 |
| HSL | 110.3º | 0.4% | 0.49% | - |
| HSV(B) | 110.3º | 0.57% | 0.68% | - |
| XYZ | 20.72 | 33 | 11.93 | - |
| YUV | 137.9 | 92.5 | 94.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 174 | 75 | 0.48 | 0 | 0.57 | 0.32 | 110.3 | 0.4 | 0.49 |
| Hex | 5B | AE | 4B | 30 | 0 | 39 | 20 | 6E | 28 | 31 |
| Octal | 133 | 256 | 113 | 60 | 0 | 71 | 40 | 156 | 50 | 61 |
| Binary | 1011011 | 10101110 | 1001011 | 110000 | 0 | 111001 | 100000 | 1101110 | 101000 | 110001 |
Color Harmonies of #5BAE4B
Complementary color
Monochromatic Colors of #5BAE4B
Black with #5BAE4B
Text Example
Text Example
White with #5BAE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAE4B; }
p { color: rgb(91,174,75); }
H1.HeaderClassName
{
color: #5BAE4B;
}
.AnyTagClassName
{
color: #5BAE4B;
}
</style>
background-color css
<style>
a { background-color: #5BAE4B; }
a { background-color: rgb(91,174,75); }
div.DivClassName
{
background-color: #5BAE4B;
}
.BgClassName
{
background-color: #5BAE4B;
}
</style>
border-color css
<style>
span { border-color: #5BAE4B; }
span { border-color: rgb(91,174,75); }
td.TdClassName
{
border-color: #5BAE4B;
}
.TagClassName
{
border-color: #5BAE4B;
}
</style>