Shades of Apple #5ABD40
Tints of Apple #5ABD40
RGB
CMYK
RGB Variations
Color information
#5ABD40 (or 0x5ABD40) is known color: Apple. HEX triplet: 5A, BD and 40. RGB value is (90,189,64). Sum of RGB (Red+Green+Blue) = 90+189+64=343 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.24% from 343); Green value is 189 (74.22% from 255 or 55.10% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 189 - color contains mainly: green. Hex color #5ABD40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ABD40 is #A542BF. Grayscale: #919191. Windows color (decimal): -10830528 or 4242778. OLE color: 4242778.
HSL color Cylindrical-coordinate representation of color #5ABD40: hue angle of 107.52º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5ABD40 is Cyan = 0.52, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 189 | 64 | - |
| CMYK | 0.52 | 0 | 0.66 | 0.26 |
| HSL | 107.52º | 0.49% | 0.5% | - |
| HSV(B) | 107.52º | 0.66% | 0.74% | - |
| XYZ | 23.34 | 38.94 | 11.14 | - |
| YUV | 145.15 | 82.2 | 88.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 189 | 64 | 0.52 | 0 | 0.66 | 0.26 | 107.52 | 0.49 | 0.5 |
| Hex | 5A | BD | 40 | 34 | 0 | 42 | 1A | 6C | 31 | 32 |
| Octal | 132 | 275 | 100 | 64 | 0 | 102 | 32 | 154 | 61 | 62 |
| Binary | 1011010 | 10111101 | 1000000 | 110100 | 0 | 1000010 | 11010 | 1101100 | 110001 | 110010 |
Color Harmonies of #5ABD40
Complementary color
Monochromatic Colors of #5ABD40
Black with #5ABD40
Text Example
Text Example
White with #5ABD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABD40; }
p { color: rgb(90,189,64); }
H1.HeaderClassName
{
color: #5ABD40;
}
.AnyTagClassName
{
color: #5ABD40;
}
</style>
background-color css
<style>
a { background-color: #5ABD40; }
a { background-color: rgb(90,189,64); }
div.DivClassName
{
background-color: #5ABD40;
}
.BgClassName
{
background-color: #5ABD40;
}
</style>
border-color css
<style>
span { border-color: #5ABD40; }
span { border-color: rgb(90,189,64); }
td.TdClassName
{
border-color: #5ABD40;
}
.TagClassName
{
border-color: #5ABD40;
}
</style>