Shades of Apple #5AB033
Tints of Apple #5AB033
RGB
CMYK
RGB Variations
Color information
#5AB033 (or 0x5AB033) is known color: Apple. HEX triplet: 5A, B0 and 33. RGB value is (90,176,51). Sum of RGB (Red+Green+Blue) = 90+176+51=317 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.39% from 317); Green value is 176 (69.14% from 255 or 55.52% from 317); Blue value is 51 (20.31% from 255 or 16.09% from 317); Max value from RGB is 176 - color contains mainly: green. Hex color #5AB033 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AB033 is #A54FCC. Grayscale: #888888. Windows color (decimal): -10833869 or 3387482. OLE color: 3387482.
HSL color Cylindrical-coordinate representation of color #5AB033: hue angle of 101.28º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5AB033 is Cyan = 0.49, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 176 | 51 | - |
| CMYK | 0.49 | 0 | 0.71 | 0.31 |
| HSL | 101.28º | 0.55% | 0.45% | - |
| HSV(B) | 101.28º | 0.71% | 0.69% | - |
| XYZ | 20.34 | 33.46 | 8.52 | - |
| YUV | 136.04 | 80.01 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 176 | 51 | 0.49 | 0 | 0.71 | 0.31 | 101.28 | 0.55 | 0.45 |
| Hex | 5A | B0 | 33 | 31 | 0 | 47 | 1F | 65 | 37 | 2D |
| Octal | 132 | 260 | 63 | 61 | 0 | 107 | 37 | 145 | 67 | 55 |
| Binary | 1011010 | 10110000 | 110011 | 110001 | 0 | 1000111 | 11111 | 1100101 | 110111 | 101101 |
Color Harmonies of #5AB033
Complementary color
Monochromatic Colors of #5AB033
Black with #5AB033
Text Example
Text Example
White with #5AB033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB033; }
p { color: rgb(90,176,51); }
H1.HeaderClassName
{
color: #5AB033;
}
.AnyTagClassName
{
color: #5AB033;
}
</style>
background-color css
<style>
a { background-color: #5AB033; }
a { background-color: rgb(90,176,51); }
div.DivClassName
{
background-color: #5AB033;
}
.BgClassName
{
background-color: #5AB033;
}
</style>
border-color css
<style>
span { border-color: #5AB033; }
span { border-color: rgb(90,176,51); }
td.TdClassName
{
border-color: #5AB033;
}
.TagClassName
{
border-color: #5AB033;
}
</style>