Shades of Apple #5ABE36
Tints of Apple #5ABE36
RGB
CMYK
RGB Variations
Color information
#5ABE36 (or 0x5ABE36) is known color: Apple. HEX triplet: 5A, BE and 36. RGB value is (90,190,54). Sum of RGB (Red+Green+Blue) = 90+190+54=334 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.95% from 334); Green value is 190 (74.61% from 255 or 56.89% from 334); Blue value is 54 (21.48% from 255 or 16.17% from 334); Max value from RGB is 190 - color contains mainly: green. Hex color #5ABE36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ABE36 is #A541C9. Grayscale: #919191. Windows color (decimal): -10830282 or 3587674. OLE color: 3587674.
HSL color Cylindrical-coordinate representation of color #5ABE36: hue angle of 104.12º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5ABE36 is Cyan = 0.53, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 190 | 54 | - |
| CMYK | 0.53 | 0 | 0.72 | 0.25 |
| HSL | 104.12º | 0.56% | 0.48% | - |
| HSV(B) | 104.12º | 0.72% | 0.75% | - |
| XYZ | 23.3 | 39.27 | 9.84 | - |
| YUV | 144.6 | 76.87 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 190 | 54 | 0.53 | 0 | 0.72 | 0.25 | 104.12 | 0.56 | 0.48 |
| Hex | 5A | BE | 36 | 35 | 0 | 48 | 19 | 68 | 38 | 30 |
| Octal | 132 | 276 | 66 | 65 | 0 | 110 | 31 | 150 | 70 | 60 |
| Binary | 1011010 | 10111110 | 110110 | 110101 | 0 | 1001000 | 11001 | 1101000 | 111000 | 110000 |
Color Harmonies of #5ABE36
Complementary color
Monochromatic Colors of #5ABE36
Black with #5ABE36
Text Example
Text Example
White with #5ABE36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABE36; }
p { color: rgb(90,190,54); }
H1.HeaderClassName
{
color: #5ABE36;
}
.AnyTagClassName
{
color: #5ABE36;
}
</style>
background-color css
<style>
a { background-color: #5ABE36; }
a { background-color: rgb(90,190,54); }
div.DivClassName
{
background-color: #5ABE36;
}
.BgClassName
{
background-color: #5ABE36;
}
</style>
border-color css
<style>
span { border-color: #5ABE36; }
span { border-color: rgb(90,190,54); }
td.TdClassName
{
border-color: #5ABE36;
}
.TagClassName
{
border-color: #5ABE36;
}
</style>