Shades of Apple #5ABE53
Tints of Apple #5ABE53
RGB
CMYK
RGB Variations
Color information
#5ABE53 (or 0x5ABE53) is known color: Apple. HEX triplet: 5A, BE and 53. RGB value is (90,190,83). Sum of RGB (Red+Green+Blue) = 90+190+83=363 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.79% from 363); Green value is 190 (74.61% from 255 or 52.34% from 363); Blue value is 83 (32.81% from 255 or 22.87% from 363); Max value from RGB is 190 - color contains mainly: green. Hex color #5ABE53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABE53 is #A541AC. Grayscale: #949494. Windows color (decimal): -10830253 or 5488218. OLE color: 5488218.
HSL color Cylindrical-coordinate representation of color #5ABE53: hue angle of 116.07º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ABE53 is Cyan = 0.53, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 190 | 83 | - |
| CMYK | 0.53 | 0 | 0.56 | 0.25 |
| HSL | 116.07º | 0.45% | 0.54% | - |
| HSV(B) | 116.07º | 0.56% | 0.75% | - |
| XYZ | 24.19 | 39.63 | 14.56 | - |
| YUV | 147.9 | 91.37 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 190 | 83 | 0.53 | 0 | 0.56 | 0.25 | 116.07 | 0.45 | 0.54 |
| Hex | 5A | BE | 53 | 35 | 0 | 38 | 19 | 74 | 2D | 36 |
| Octal | 132 | 276 | 123 | 65 | 0 | 70 | 31 | 164 | 55 | 66 |
| Binary | 1011010 | 10111110 | 1010011 | 110101 | 0 | 111000 | 11001 | 1110100 | 101101 | 110110 |
Color Harmonies of #5ABE53
Complementary color
Monochromatic Colors of #5ABE53
Black with #5ABE53
Text Example
Text Example
White with #5ABE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABE53; }
p { color: rgb(90,190,83); }
H1.HeaderClassName
{
color: #5ABE53;
}
.AnyTagClassName
{
color: #5ABE53;
}
</style>
background-color css
<style>
a { background-color: #5ABE53; }
a { background-color: rgb(90,190,83); }
div.DivClassName
{
background-color: #5ABE53;
}
.BgClassName
{
background-color: #5ABE53;
}
</style>
border-color css
<style>
span { border-color: #5ABE53; }
span { border-color: rgb(90,190,83); }
td.TdClassName
{
border-color: #5ABE53;
}
.TagClassName
{
border-color: #5ABE53;
}
</style>