Shades of Apple #5ABC31
Tints of Apple #5ABC31
RGB
CMYK
RGB Variations
Color information
#5ABC31 (or 0x5ABC31) is known color: Apple. HEX triplet: 5A, BC and 31. RGB value is (90,188,49). Sum of RGB (Red+Green+Blue) = 90+188+49=327 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.52% from 327); Green value is 188 (73.83% from 255 or 57.49% from 327); Blue value is 49 (19.53% from 255 or 14.98% from 327); Max value from RGB is 188 - color contains mainly: green. Hex color #5ABC31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ABC31 is #A543CE. Grayscale: #8F8F8F. Windows color (decimal): -10830799 or 3259482. OLE color: 3259482.
HSL color Cylindrical-coordinate representation of color #5ABC31: hue angle of 102.3º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5ABC31 is Cyan = 0.52, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 188 | 49 | - |
| CMYK | 0.52 | 0 | 0.74 | 0.26 |
| HSL | 102.3º | 0.59% | 0.46% | - |
| HSV(B) | 102.3º | 0.74% | 0.74% | - |
| XYZ | 22.75 | 38.36 | 9.11 | - |
| YUV | 142.85 | 75.03 | 90.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 188 | 49 | 0.52 | 0 | 0.74 | 0.26 | 102.3 | 0.59 | 0.46 |
| Hex | 5A | BC | 31 | 34 | 0 | 4A | 1A | 66 | 3B | 2E |
| Octal | 132 | 274 | 61 | 64 | 0 | 112 | 32 | 146 | 73 | 56 |
| Binary | 1011010 | 10111100 | 110001 | 110100 | 0 | 1001010 | 11010 | 1100110 | 111011 | 101110 |
Color Harmonies of #5ABC31
Complementary color
Monochromatic Colors of #5ABC31
Black with #5ABC31
Text Example
Text Example
White with #5ABC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABC31; }
p { color: rgb(90,188,49); }
H1.HeaderClassName
{
color: #5ABC31;
}
.AnyTagClassName
{
color: #5ABC31;
}
</style>
background-color css
<style>
a { background-color: #5ABC31; }
a { background-color: rgb(90,188,49); }
div.DivClassName
{
background-color: #5ABC31;
}
.BgClassName
{
background-color: #5ABC31;
}
</style>
border-color css
<style>
span { border-color: #5ABC31; }
span { border-color: rgb(90,188,49); }
td.TdClassName
{
border-color: #5ABC31;
}
.TagClassName
{
border-color: #5ABC31;
}
</style>