Shades of Apple #5AB241
Tints of Apple #5AB241
RGB
CMYK
RGB Variations
Color information
#5AB241 (or 0x5AB241) is known color: Apple. HEX triplet: 5A, B2 and 41. RGB value is (90,178,65). Sum of RGB (Red+Green+Blue) = 90+178+65=333 (44% of max value = 765). Red value is 90 (35.55% from 255 or 27.03% from 333); Green value is 178 (69.92% from 255 or 53.45% from 333); Blue value is 65 (25.78% from 255 or 19.52% from 333); Max value from RGB is 178 - color contains mainly: green. Hex color #5AB241 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AB241 is #A54DBE. Grayscale: #8B8B8B. Windows color (decimal): -10833343 or 4305498. OLE color: 4305498.
HSL color Cylindrical-coordinate representation of color #5AB241: hue angle of 106.73º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AB241 is Cyan = 0.49, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 90 | 178 | 65 | - |
| CMYK | 0.49 | 0 | 0.63 | 0.30 |
| HSL | 106.73º | 0.47% | 0.48% | - |
| HSV(B) | 106.73º | 0.63% | 0.7% | - |
| XYZ | 21.09 | 34.4 | 10.53 | - |
| YUV | 138.81 | 86.35 | 93.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 178 | 65 | 0.49 | 0 | 0.63 | 0.30 | 106.73 | 0.47 | 0.48 |
| Hex | 5A | B2 | 41 | 31 | 0 | 3F | 1E | 6B | 2F | 30 |
| Octal | 132 | 262 | 101 | 61 | 0 | 77 | 36 | 153 | 57 | 60 |
| Binary | 1011010 | 10110010 | 1000001 | 110001 | 0 | 111111 | 11110 | 1101011 | 101111 | 110000 |
Color Harmonies of #5AB241
Complementary color
Monochromatic Colors of #5AB241
Black with #5AB241
Text Example
Text Example
White with #5AB241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB241; }
p { color: rgb(90,178,65); }
H1.HeaderClassName
{
color: #5AB241;
}
.AnyTagClassName
{
color: #5AB241;
}
</style>
background-color css
<style>
a { background-color: #5AB241; }
a { background-color: rgb(90,178,65); }
div.DivClassName
{
background-color: #5AB241;
}
.BgClassName
{
background-color: #5AB241;
}
</style>
border-color css
<style>
span { border-color: #5AB241; }
span { border-color: rgb(90,178,65); }
td.TdClassName
{
border-color: #5AB241;
}
.TagClassName
{
border-color: #5AB241;
}
</style>