Shades of Apple #5ABE40
Tints of Apple #5ABE40
RGB
CMYK
RGB Variations
Color information
#5ABE40 (or 0x5ABE40) is known color: Apple. HEX triplet: 5A, BE and 40. RGB value is (90,190,64). Sum of RGB (Red+Green+Blue) = 90+190+64=344 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.16% from 344); Green value is 190 (74.61% from 255 or 55.23% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 190 - color contains mainly: green. Hex color #5ABE40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ABE40 is #A541BF. Grayscale: #929292. Windows color (decimal): -10830272 or 4243034. OLE color: 4243034.
HSL color Cylindrical-coordinate representation of color #5ABE40: hue angle of 107.62º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5ABE40 is Cyan = 0.53, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 190 | 64 | - |
| CMYK | 0.53 | 0 | 0.66 | 0.25 |
| HSL | 107.62º | 0.5% | 0.5% | - |
| HSV(B) | 107.62º | 0.66% | 0.75% | - |
| XYZ | 23.56 | 39.37 | 11.21 | - |
| YUV | 145.74 | 81.87 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 190 | 64 | 0.53 | 0 | 0.66 | 0.25 | 107.62 | 0.5 | 0.5 |
| Hex | 5A | BE | 40 | 35 | 0 | 42 | 19 | 6C | 32 | 32 |
| Octal | 132 | 276 | 100 | 65 | 0 | 102 | 31 | 154 | 62 | 62 |
| Binary | 1011010 | 10111110 | 1000000 | 110101 | 0 | 1000010 | 11001 | 1101100 | 110010 | 110010 |
Color Harmonies of #5ABE40
Complementary color
Monochromatic Colors of #5ABE40
Black with #5ABE40
Text Example
Text Example
White with #5ABE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABE40; }
p { color: rgb(90,190,64); }
H1.HeaderClassName
{
color: #5ABE40;
}
.AnyTagClassName
{
color: #5ABE40;
}
</style>
background-color css
<style>
a { background-color: #5ABE40; }
a { background-color: rgb(90,190,64); }
div.DivClassName
{
background-color: #5ABE40;
}
.BgClassName
{
background-color: #5ABE40;
}
</style>
border-color css
<style>
span { border-color: #5ABE40; }
span { border-color: rgb(90,190,64); }
td.TdClassName
{
border-color: #5ABE40;
}
.TagClassName
{
border-color: #5ABE40;
}
</style>