Shades of Apple #5AC835
Tints of Apple #5AC835
RGB
CMYK
RGB Variations
Color information
#5AC835 (or 0x5AC835) is known color: Apple. HEX triplet: 5A, C8 and 35. RGB value is (90,200,53). Sum of RGB (Red+Green+Blue) = 90+200+53=343 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.24% from 343); Green value is 200 (78.52% from 255 or 58.31% from 343); Blue value is 53 (21.09% from 255 or 15.45% from 343); Max value from RGB is 200 - color contains mainly: green. Hex color #5AC835 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AC835 is #A537CA. Grayscale: #969696. Windows color (decimal): -10827723 or 3524698. OLE color: 3524698.
HSL color Cylindrical-coordinate representation of color #5AC835: hue angle of 104.9º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5AC835 is Cyan = 0.55, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 90 | 200 | 53 | - |
| CMYK | 0.55 | 0 | 0.74 | 0.22 |
| HSL | 104.9º | 0.58% | 0.5% | - |
| HSV(B) | 104.9º | 0.74% | 0.78% | - |
| XYZ | 25.51 | 43.74 | 10.47 | - |
| YUV | 150.35 | 73.06 | 84.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 200 | 53 | 0.55 | 0 | 0.74 | 0.22 | 104.9 | 0.58 | 0.5 |
| Hex | 5A | C8 | 35 | 37 | 0 | 4A | 16 | 69 | 3A | 32 |
| Octal | 132 | 310 | 65 | 67 | 0 | 112 | 26 | 151 | 72 | 62 |
| Binary | 1011010 | 11001000 | 110101 | 110111 | 0 | 1001010 | 10110 | 1101001 | 111010 | 110010 |
Color Harmonies of #5AC835
Complementary color
Monochromatic Colors of #5AC835
Black with #5AC835
Text Example
Text Example
White with #5AC835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC835; }
p { color: rgb(90,200,53); }
H1.HeaderClassName
{
color: #5AC835;
}
.AnyTagClassName
{
color: #5AC835;
}
</style>
background-color css
<style>
a { background-color: #5AC835; }
a { background-color: rgb(90,200,53); }
div.DivClassName
{
background-color: #5AC835;
}
.BgClassName
{
background-color: #5AC835;
}
</style>
border-color css
<style>
span { border-color: #5AC835; }
span { border-color: rgb(90,200,53); }
td.TdClassName
{
border-color: #5AC835;
}
.TagClassName
{
border-color: #5AC835;
}
</style>