Shades of Apple #5ABD39
Tints of Apple #5ABD39
RGB
CMYK
RGB Variations
Color information
#5ABD39 (or 0x5ABD39) is known color: Apple. HEX triplet: 5A, BD and 39. RGB value is (90,189,57). Sum of RGB (Red+Green+Blue) = 90+189+57=336 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.79% from 336); Green value is 189 (74.22% from 255 or 56.25% from 336); Blue value is 57 (22.66% from 255 or 16.96% from 336); Max value from RGB is 189 - color contains mainly: green. Hex color #5ABD39 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ABD39 is #A542C6. Grayscale: #909090. Windows color (decimal): -10830535 or 3784026. OLE color: 3784026.
HSL color Cylindrical-coordinate representation of color #5ABD39: hue angle of 105º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5ABD39 is Cyan = 0.52, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 189 | 57 | - |
| CMYK | 0.52 | 0 | 0.70 | 0.26 |
| HSL | 105º | 0.54% | 0.48% | - |
| HSV(B) | 105º | 0.7% | 0.74% | - |
| XYZ | 23.15 | 38.86 | 10.15 | - |
| YUV | 144.35 | 78.7 | 89.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 189 | 57 | 0.52 | 0 | 0.70 | 0.26 | 105 | 0.54 | 0.48 |
| Hex | 5A | BD | 39 | 34 | 0 | 46 | 1A | 69 | 36 | 30 |
| Octal | 132 | 275 | 71 | 64 | 0 | 106 | 32 | 151 | 66 | 60 |
| Binary | 1011010 | 10111101 | 111001 | 110100 | 0 | 1000110 | 11010 | 1101001 | 110110 | 110000 |
Color Harmonies of #5ABD39
Complementary color
Monochromatic Colors of #5ABD39
Black with #5ABD39
Text Example
Text Example
White with #5ABD39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABD39; }
p { color: rgb(90,189,57); }
H1.HeaderClassName
{
color: #5ABD39;
}
.AnyTagClassName
{
color: #5ABD39;
}
</style>
background-color css
<style>
a { background-color: #5ABD39; }
a { background-color: rgb(90,189,57); }
div.DivClassName
{
background-color: #5ABD39;
}
.BgClassName
{
background-color: #5ABD39;
}
</style>
border-color css
<style>
span { border-color: #5ABD39; }
span { border-color: rgb(90,189,57); }
td.TdClassName
{
border-color: #5ABD39;
}
.TagClassName
{
border-color: #5ABD39;
}
</style>