Shades of Apple #5AC740
Tints of Apple #5AC740
RGB
CMYK
RGB Variations
Color information
#5AC740 (or 0x5AC740) is known color: Apple. HEX triplet: 5A, C7 and 40. RGB value is (90,199,64). Sum of RGB (Red+Green+Blue) = 90+199+64=353 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.50% from 353); Green value is 199 (78.12% from 255 or 56.37% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 199 - color contains mainly: green. Hex color #5AC740 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AC740 is #A538BF. Grayscale: #979797. Windows color (decimal): -10827968 or 4245338. OLE color: 4245338.
HSL color Cylindrical-coordinate representation of color #5AC740: hue angle of 108.44º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5AC740 is Cyan = 0.55, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 90 | 199 | 64 | - |
| CMYK | 0.55 | 0 | 0.68 | 0.22 |
| HSL | 108.44º | 0.55% | 0.52% | - |
| HSV(B) | 108.44º | 0.68% | 0.78% | - |
| XYZ | 25.57 | 43.39 | 11.88 | - |
| YUV | 151.02 | 78.89 | 84.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 199 | 64 | 0.55 | 0 | 0.68 | 0.22 | 108.44 | 0.55 | 0.52 |
| Hex | 5A | C7 | 40 | 37 | 0 | 44 | 16 | 6C | 37 | 34 |
| Octal | 132 | 307 | 100 | 67 | 0 | 104 | 26 | 154 | 67 | 64 |
| Binary | 1011010 | 11000111 | 1000000 | 110111 | 0 | 1000100 | 10110 | 1101100 | 110111 | 110100 |
Color Harmonies of #5AC740
Complementary color
Monochromatic Colors of #5AC740
Black with #5AC740
Text Example
Text Example
White with #5AC740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC740; }
p { color: rgb(90,199,64); }
H1.HeaderClassName
{
color: #5AC740;
}
.AnyTagClassName
{
color: #5AC740;
}
</style>
background-color css
<style>
a { background-color: #5AC740; }
a { background-color: rgb(90,199,64); }
div.DivClassName
{
background-color: #5AC740;
}
.BgClassName
{
background-color: #5AC740;
}
</style>
border-color css
<style>
span { border-color: #5AC740; }
span { border-color: rgb(90,199,64); }
td.TdClassName
{
border-color: #5AC740;
}
.TagClassName
{
border-color: #5AC740;
}
</style>