Shades of Apple #5AC53D
Tints of Apple #5AC53D
RGB
CMYK
RGB Variations
Color information
#5AC53D (or 0x5AC53D) is known color: Apple. HEX triplet: 5A, C5 and 3D. RGB value is (90,197,61). Sum of RGB (Red+Green+Blue) = 90+197+61=348 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.86% from 348); Green value is 197 (77.34% from 255 or 56.61% from 348); Blue value is 61 (24.22% from 255 or 17.53% from 348); Max value from RGB is 197 - color contains mainly: green. Hex color #5AC53D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AC53D is #A53AC2. Grayscale: #959595. Windows color (decimal): -10828483 or 4048218. OLE color: 4048218.
HSL color Cylindrical-coordinate representation of color #5AC53D: hue angle of 107.21º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5AC53D is Cyan = 0.54, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 90 | 197 | 61 | - |
| CMYK | 0.54 | 0 | 0.69 | 0.23 |
| HSL | 107.21º | 0.54% | 0.51% | - |
| HSV(B) | 107.21º | 0.69% | 0.77% | - |
| XYZ | 25.03 | 42.44 | 11.29 | - |
| YUV | 149.5 | 78.05 | 85.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 197 | 61 | 0.54 | 0 | 0.69 | 0.23 | 107.21 | 0.54 | 0.51 |
| Hex | 5A | C5 | 3D | 36 | 0 | 45 | 17 | 6B | 36 | 33 |
| Octal | 132 | 305 | 75 | 66 | 0 | 105 | 27 | 153 | 66 | 63 |
| Binary | 1011010 | 11000101 | 111101 | 110110 | 0 | 1000101 | 10111 | 1101011 | 110110 | 110011 |
Color Harmonies of #5AC53D
Complementary color
Monochromatic Colors of #5AC53D
Black with #5AC53D
Text Example
Text Example
White with #5AC53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC53D; }
p { color: rgb(90,197,61); }
H1.HeaderClassName
{
color: #5AC53D;
}
.AnyTagClassName
{
color: #5AC53D;
}
</style>
background-color css
<style>
a { background-color: #5AC53D; }
a { background-color: rgb(90,197,61); }
div.DivClassName
{
background-color: #5AC53D;
}
.BgClassName
{
background-color: #5AC53D;
}
</style>
border-color css
<style>
span { border-color: #5AC53D; }
span { border-color: rgb(90,197,61); }
td.TdClassName
{
border-color: #5AC53D;
}
.TagClassName
{
border-color: #5AC53D;
}
</style>