Shades of Apple #5AB43B
Tints of Apple #5AB43B
RGB
CMYK
RGB Variations
Color information
#5AB43B (or 0x5AB43B) is known color: Apple. HEX triplet: 5A, B4 and 3B. RGB value is (90,180,59). Sum of RGB (Red+Green+Blue) = 90+180+59=329 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.36% from 329); Green value is 180 (70.70% from 255 or 54.71% from 329); Blue value is 59 (23.44% from 255 or 17.93% from 329); Max value from RGB is 180 - color contains mainly: green. Hex color #5AB43B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AB43B is #A54BC4. Grayscale: #8B8B8B. Windows color (decimal): -10832837 or 3912794. OLE color: 3912794.
HSL color Cylindrical-coordinate representation of color #5AB43B: hue angle of 104.63º degrees, saturation: 0.51, 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 #5AB43B is Cyan = 0.50, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 180 | 59 | - |
| CMYK | 0.50 | 0 | 0.67 | 0.29 |
| HSL | 104.63º | 0.51% | 0.47% | - |
| HSV(B) | 104.63º | 0.67% | 0.71% | - |
| XYZ | 21.33 | 35.13 | 9.79 | - |
| YUV | 139.3 | 82.68 | 92.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 180 | 59 | 0.50 | 0 | 0.67 | 0.29 | 104.63 | 0.51 | 0.47 |
| Hex | 5A | B4 | 3B | 32 | 0 | 43 | 1D | 69 | 33 | 2F |
| Octal | 132 | 264 | 73 | 62 | 0 | 103 | 35 | 151 | 63 | 57 |
| Binary | 1011010 | 10110100 | 111011 | 110010 | 0 | 1000011 | 11101 | 1101001 | 110011 | 101111 |
Color Harmonies of #5AB43B
Complementary color
Monochromatic Colors of #5AB43B
Black with #5AB43B
Text Example
Text Example
White with #5AB43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB43B; }
p { color: rgb(90,180,59); }
H1.HeaderClassName
{
color: #5AB43B;
}
.AnyTagClassName
{
color: #5AB43B;
}
</style>
background-color css
<style>
a { background-color: #5AB43B; }
a { background-color: rgb(90,180,59); }
div.DivClassName
{
background-color: #5AB43B;
}
.BgClassName
{
background-color: #5AB43B;
}
</style>
border-color css
<style>
span { border-color: #5AB43B; }
span { border-color: rgb(90,180,59); }
td.TdClassName
{
border-color: #5AB43B;
}
.TagClassName
{
border-color: #5AB43B;
}
</style>