Shades of Apple #5AC73F
Tints of Apple #5AC73F
RGB
CMYK
RGB Variations
Color information
#5AC73F (or 0x5AC73F) is known color: Apple. HEX triplet: 5A, C7 and 3F. RGB value is (90,199,63). Sum of RGB (Red+Green+Blue) = 90+199+63=352 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.57% from 352); Green value is 199 (78.12% from 255 or 56.53% from 352); Blue value is 63 (25% from 255 or 17.90% from 352); Max value from RGB is 199 - color contains mainly: green. Hex color #5AC73F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AC73F is #A538C0. Grayscale: #979797. Windows color (decimal): -10827969 or 4179802. OLE color: 4179802.
HSL color Cylindrical-coordinate representation of color #5AC73F: hue angle of 108.09º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5AC73F is Cyan = 0.55, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 90 | 199 | 63 | - |
| CMYK | 0.55 | 0 | 0.68 | 0.22 |
| HSL | 108.09º | 0.55% | 0.51% | - |
| HSV(B) | 108.09º | 0.68% | 0.78% | - |
| XYZ | 25.54 | 43.38 | 11.73 | - |
| YUV | 150.91 | 78.39 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 199 | 63 | 0.55 | 0 | 0.68 | 0.22 | 108.09 | 0.55 | 0.51 |
| Hex | 5A | C7 | 3F | 37 | 0 | 44 | 16 | 6C | 37 | 33 |
| Octal | 132 | 307 | 77 | 67 | 0 | 104 | 26 | 154 | 67 | 63 |
| Binary | 1011010 | 11000111 | 111111 | 110111 | 0 | 1000100 | 10110 | 1101100 | 110111 | 110011 |
Color Harmonies of #5AC73F
Complementary color
Monochromatic Colors of #5AC73F
Black with #5AC73F
Text Example
Text Example
White with #5AC73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC73F; }
p { color: rgb(90,199,63); }
H1.HeaderClassName
{
color: #5AC73F;
}
.AnyTagClassName
{
color: #5AC73F;
}
</style>
background-color css
<style>
a { background-color: #5AC73F; }
a { background-color: rgb(90,199,63); }
div.DivClassName
{
background-color: #5AC73F;
}
.BgClassName
{
background-color: #5AC73F;
}
</style>
border-color css
<style>
span { border-color: #5AC73F; }
span { border-color: rgb(90,199,63); }
td.TdClassName
{
border-color: #5AC73F;
}
.TagClassName
{
border-color: #5AC73F;
}
</style>