Shades of Apple #5ABF53
Tints of Apple #5ABF53
RGB
CMYK
RGB Variations
Color information
#5ABF53 (or 0x5ABF53) is known color: Apple. HEX triplet: 5A, BF and 53. RGB value is (90,191,83). Sum of RGB (Red+Green+Blue) = 90+191+83=364 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.73% from 364); Green value is 191 (75% from 255 or 52.47% from 364); Blue value is 83 (32.81% from 255 or 22.80% from 364); Max value from RGB is 191 - color contains mainly: green. Hex color #5ABF53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABF53 is #A540AC. Grayscale: #949494. Windows color (decimal): -10829997 or 5488474. OLE color: 5488474.
HSL color Cylindrical-coordinate representation of color #5ABF53: hue angle of 116.11º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5ABF53 is Cyan = 0.53, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 191 | 83 | - |
| CMYK | 0.53 | 0 | 0.57 | 0.25 |
| HSL | 116.11º | 0.46% | 0.54% | - |
| HSV(B) | 116.11º | 0.57% | 0.75% | - |
| XYZ | 24.41 | 40.06 | 14.63 | - |
| YUV | 148.49 | 91.04 | 86.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 191 | 83 | 0.53 | 0 | 0.57 | 0.25 | 116.11 | 0.46 | 0.54 |
| Hex | 5A | BF | 53 | 35 | 0 | 39 | 19 | 74 | 2E | 36 |
| Octal | 132 | 277 | 123 | 65 | 0 | 71 | 31 | 164 | 56 | 66 |
| Binary | 1011010 | 10111111 | 1010011 | 110101 | 0 | 111001 | 11001 | 1110100 | 101110 | 110110 |
Color Harmonies of #5ABF53
Complementary color
Monochromatic Colors of #5ABF53
Black with #5ABF53
Text Example
Text Example
White with #5ABF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABF53; }
p { color: rgb(90,191,83); }
H1.HeaderClassName
{
color: #5ABF53;
}
.AnyTagClassName
{
color: #5ABF53;
}
</style>
background-color css
<style>
a { background-color: #5ABF53; }
a { background-color: rgb(90,191,83); }
div.DivClassName
{
background-color: #5ABF53;
}
.BgClassName
{
background-color: #5ABF53;
}
</style>
border-color css
<style>
span { border-color: #5ABF53; }
span { border-color: rgb(90,191,83); }
td.TdClassName
{
border-color: #5ABF53;
}
.TagClassName
{
border-color: #5ABF53;
}
</style>