Shades of Apple #5AC735
Tints of Apple #5AC735
RGB
CMYK
RGB Variations
Color information
#5AC735 (or 0x5AC735) is known color: Apple. HEX triplet: 5A, C7 and 35. RGB value is (90,199,53). Sum of RGB (Red+Green+Blue) = 90+199+53=342 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.32% from 342); Green value is 199 (78.12% from 255 or 58.19% from 342); Blue value is 53 (21.09% from 255 or 15.50% from 342); Max value from RGB is 199 - color contains mainly: green. Hex color #5AC735 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AC735 is #A538CA. Grayscale: #969696. Windows color (decimal): -10827979 or 3524442. OLE color: 3524442.
HSL color Cylindrical-coordinate representation of color #5AC735: hue angle of 104.79º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5AC735 is Cyan = 0.55, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 90 | 199 | 53 | - |
| CMYK | 0.55 | 0 | 0.73 | 0.22 |
| HSL | 104.79º | 0.58% | 0.49% | - |
| HSV(B) | 104.79º | 0.73% | 0.78% | - |
| XYZ | 25.28 | 43.28 | 10.39 | - |
| YUV | 149.77 | 73.39 | 85.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 199 | 53 | 0.55 | 0 | 0.73 | 0.22 | 104.79 | 0.58 | 0.49 |
| Hex | 5A | C7 | 35 | 37 | 0 | 49 | 16 | 69 | 3A | 31 |
| Octal | 132 | 307 | 65 | 67 | 0 | 111 | 26 | 151 | 72 | 61 |
| Binary | 1011010 | 11000111 | 110101 | 110111 | 0 | 1001001 | 10110 | 1101001 | 111010 | 110001 |
Color Harmonies of #5AC735
Complementary color
Monochromatic Colors of #5AC735
Black with #5AC735
Text Example
Text Example
White with #5AC735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC735; }
p { color: rgb(90,199,53); }
H1.HeaderClassName
{
color: #5AC735;
}
.AnyTagClassName
{
color: #5AC735;
}
</style>
background-color css
<style>
a { background-color: #5AC735; }
a { background-color: rgb(90,199,53); }
div.DivClassName
{
background-color: #5AC735;
}
.BgClassName
{
background-color: #5AC735;
}
</style>
border-color css
<style>
span { border-color: #5AC735; }
span { border-color: rgb(90,199,53); }
td.TdClassName
{
border-color: #5AC735;
}
.TagClassName
{
border-color: #5AC735;
}
</style>