Shades of Apple #5AB53C
Tints of Apple #5AB53C
RGB
CMYK
RGB Variations
Color information
#5AB53C (or 0x5AB53C) is known color: Apple. HEX triplet: 5A, B5 and 3C. RGB value is (90,181,60). Sum of RGB (Red+Green+Blue) = 90+181+60=331 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.19% from 331); Green value is 181 (71.09% from 255 or 54.68% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 181 - color contains mainly: green. Hex color #5AB53C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AB53C is #A54AC3. Grayscale: #8C8C8C. Windows color (decimal): -10832580 or 3978586. OLE color: 3978586.
HSL color Cylindrical-coordinate representation of color #5AB53C: hue angle of 105.12º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5AB53C is Cyan = 0.50, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 181 | 60 | - |
| CMYK | 0.50 | 0 | 0.67 | 0.29 |
| HSL | 105.12º | 0.5% | 0.47% | - |
| HSV(B) | 105.12º | 0.67% | 0.71% | - |
| XYZ | 21.56 | 35.55 | 10 | - |
| YUV | 140 | 82.85 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 181 | 60 | 0.50 | 0 | 0.67 | 0.29 | 105.12 | 0.5 | 0.47 |
| Hex | 5A | B5 | 3C | 32 | 0 | 43 | 1D | 69 | 32 | 2F |
| Octal | 132 | 265 | 74 | 62 | 0 | 103 | 35 | 151 | 62 | 57 |
| Binary | 1011010 | 10110101 | 111100 | 110010 | 0 | 1000011 | 11101 | 1101001 | 110010 | 101111 |
Color Harmonies of #5AB53C
Complementary color
Monochromatic Colors of #5AB53C
Black with #5AB53C
Text Example
Text Example
White with #5AB53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB53C; }
p { color: rgb(90,181,60); }
H1.HeaderClassName
{
color: #5AB53C;
}
.AnyTagClassName
{
color: #5AB53C;
}
</style>
background-color css
<style>
a { background-color: #5AB53C; }
a { background-color: rgb(90,181,60); }
div.DivClassName
{
background-color: #5AB53C;
}
.BgClassName
{
background-color: #5AB53C;
}
</style>
border-color css
<style>
span { border-color: #5AB53C; }
span { border-color: rgb(90,181,60); }
td.TdClassName
{
border-color: #5AB53C;
}
.TagClassName
{
border-color: #5AB53C;
}
</style>