Shades of Apple #5ABB39
Tints of Apple #5ABB39
RGB
CMYK
RGB Variations
Color information
#5ABB39 (or 0x5ABB39) is known color: Apple. HEX triplet: 5A, BB and 39. RGB value is (90,187,57). Sum of RGB (Red+Green+Blue) = 90+187+57=334 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.95% from 334); Green value is 187 (73.44% from 255 or 55.99% from 334); Blue value is 57 (22.66% from 255 or 17.07% from 334); Max value from RGB is 187 - color contains mainly: green. Hex color #5ABB39 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ABB39 is #A544C6. Grayscale: #8F8F8F. Windows color (decimal): -10831047 or 3783514. OLE color: 3783514.
HSL color Cylindrical-coordinate representation of color #5ABB39: hue angle of 104.77º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5ABB39 is Cyan = 0.52, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 187 | 57 | - |
| CMYK | 0.52 | 0 | 0.70 | 0.27 |
| HSL | 104.77º | 0.53% | 0.48% | - |
| HSV(B) | 104.77º | 0.7% | 0.73% | - |
| XYZ | 22.73 | 38.01 | 10.01 | - |
| YUV | 143.18 | 79.36 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 187 | 57 | 0.52 | 0 | 0.70 | 0.27 | 104.77 | 0.53 | 0.48 |
| Hex | 5A | BB | 39 | 34 | 0 | 46 | 1B | 69 | 35 | 30 |
| Octal | 132 | 273 | 71 | 64 | 0 | 106 | 33 | 151 | 65 | 60 |
| Binary | 1011010 | 10111011 | 111001 | 110100 | 0 | 1000110 | 11011 | 1101001 | 110101 | 110000 |
Color Harmonies of #5ABB39
Complementary color
Monochromatic Colors of #5ABB39
Black with #5ABB39
Text Example
Text Example
White with #5ABB39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABB39; }
p { color: rgb(90,187,57); }
H1.HeaderClassName
{
color: #5ABB39;
}
.AnyTagClassName
{
color: #5ABB39;
}
</style>
background-color css
<style>
a { background-color: #5ABB39; }
a { background-color: rgb(90,187,57); }
div.DivClassName
{
background-color: #5ABB39;
}
.BgClassName
{
background-color: #5ABB39;
}
</style>
border-color css
<style>
span { border-color: #5ABB39; }
span { border-color: rgb(90,187,57); }
td.TdClassName
{
border-color: #5ABB39;
}
.TagClassName
{
border-color: #5ABB39;
}
</style>