Shades of Apple #5BAE45
Tints of Apple #5BAE45
RGB
CMYK
RGB Variations
Color information
#5BAE45 (or 0x5BAE45) is known color: Apple. HEX triplet: 5B, AE and 45. RGB value is (91,174,69). Sum of RGB (Red+Green+Blue) = 91+174+69=334 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.25% from 334); Green value is 174 (68.36% from 255 or 52.10% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 174 - color contains mainly: green. Hex color #5BAE45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BAE45 is #A451BA. Grayscale: #898989. Windows color (decimal): -10768827 or 4566619. OLE color: 4566619.
HSL color Cylindrical-coordinate representation of color #5BAE45: hue angle of 107.43º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5BAE45 is Cyan = 0.48, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 91 | 174 | 69 | - |
| CMYK | 0.48 | 0 | 0.60 | 0.32 |
| HSL | 107.43º | 0.43% | 0.48% | - |
| HSV(B) | 107.43º | 0.6% | 0.68% | - |
| XYZ | 20.52 | 32.93 | 10.9 | - |
| YUV | 137.21 | 89.5 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 174 | 69 | 0.48 | 0 | 0.60 | 0.32 | 107.43 | 0.43 | 0.48 |
| Hex | 5B | AE | 45 | 30 | 0 | 3C | 20 | 6B | 2B | 30 |
| Octal | 133 | 256 | 105 | 60 | 0 | 74 | 40 | 153 | 53 | 60 |
| Binary | 1011011 | 10101110 | 1000101 | 110000 | 0 | 111100 | 100000 | 1101011 | 101011 | 110000 |
Color Harmonies of #5BAE45
Complementary color
Monochromatic Colors of #5BAE45
Black with #5BAE45
Text Example
Text Example
White with #5BAE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAE45; }
p { color: rgb(91,174,69); }
H1.HeaderClassName
{
color: #5BAE45;
}
.AnyTagClassName
{
color: #5BAE45;
}
</style>
background-color css
<style>
a { background-color: #5BAE45; }
a { background-color: rgb(91,174,69); }
div.DivClassName
{
background-color: #5BAE45;
}
.BgClassName
{
background-color: #5BAE45;
}
</style>
border-color css
<style>
span { border-color: #5BAE45; }
span { border-color: rgb(91,174,69); }
td.TdClassName
{
border-color: #5BAE45;
}
.TagClassName
{
border-color: #5BAE45;
}
</style>