Shades of Apple #5AC63D
Tints of Apple #5AC63D
RGB
CMYK
RGB Variations
Color information
#5AC63D (or 0x5AC63D) is known color: Apple. HEX triplet: 5A, C6 and 3D. RGB value is (90,198,61). Sum of RGB (Red+Green+Blue) = 90+198+61=349 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.79% from 349); Green value is 198 (77.73% from 255 or 56.73% from 349); Blue value is 61 (24.22% from 255 or 17.48% from 349); Max value from RGB is 198 - color contains mainly: green. Hex color #5AC63D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AC63D is #A539C2. Grayscale: #969696. Windows color (decimal): -10828227 or 4048474. OLE color: 4048474.
HSL color Cylindrical-coordinate representation of color #5AC63D: hue angle of 107.3º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5AC63D is Cyan = 0.55, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 90 | 198 | 61 | - |
| CMYK | 0.55 | 0 | 0.69 | 0.22 |
| HSL | 107.3º | 0.55% | 0.51% | - |
| HSV(B) | 107.3º | 0.69% | 0.78% | - |
| XYZ | 25.25 | 42.9 | 11.36 | - |
| YUV | 150.09 | 77.72 | 85.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 198 | 61 | 0.55 | 0 | 0.69 | 0.22 | 107.3 | 0.55 | 0.51 |
| Hex | 5A | C6 | 3D | 37 | 0 | 45 | 16 | 6B | 37 | 33 |
| Octal | 132 | 306 | 75 | 67 | 0 | 105 | 26 | 153 | 67 | 63 |
| Binary | 1011010 | 11000110 | 111101 | 110111 | 0 | 1000101 | 10110 | 1101011 | 110111 | 110011 |
Color Harmonies of #5AC63D
Complementary color
Monochromatic Colors of #5AC63D
Black with #5AC63D
Text Example
Text Example
White with #5AC63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC63D; }
p { color: rgb(90,198,61); }
H1.HeaderClassName
{
color: #5AC63D;
}
.AnyTagClassName
{
color: #5AC63D;
}
</style>
background-color css
<style>
a { background-color: #5AC63D; }
a { background-color: rgb(90,198,61); }
div.DivClassName
{
background-color: #5AC63D;
}
.BgClassName
{
background-color: #5AC63D;
}
</style>
border-color css
<style>
span { border-color: #5AC63D; }
span { border-color: rgb(90,198,61); }
td.TdClassName
{
border-color: #5AC63D;
}
.TagClassName
{
border-color: #5AC63D;
}
</style>