Shades of Apple #5AB433
Tints of Apple #5AB433
RGB
CMYK
RGB Variations
Color information
#5AB433 (or 0x5AB433) is known color: Apple. HEX triplet: 5A, B4 and 33. RGB value is (90,180,51). Sum of RGB (Red+Green+Blue) = 90+180+51=321 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.04% from 321); Green value is 180 (70.70% from 255 or 56.07% from 321); Blue value is 51 (20.31% from 255 or 15.89% from 321); Max value from RGB is 180 - color contains mainly: green. Hex color #5AB433 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AB433 is #A54BCC. Grayscale: #8A8A8A. Windows color (decimal): -10832845 or 3388506. OLE color: 3388506.
HSL color Cylindrical-coordinate representation of color #5AB433: hue angle of 101.86º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5AB433 is Cyan = 0.50, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 180 | 51 | - |
| CMYK | 0.50 | 0 | 0.72 | 0.29 |
| HSL | 101.86º | 0.56% | 0.45% | - |
| HSV(B) | 101.86º | 0.72% | 0.71% | - |
| XYZ | 21.14 | 35.06 | 8.78 | - |
| YUV | 138.38 | 78.68 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 180 | 51 | 0.50 | 0 | 0.72 | 0.29 | 101.86 | 0.56 | 0.45 |
| Hex | 5A | B4 | 33 | 32 | 0 | 48 | 1D | 66 | 38 | 2D |
| Octal | 132 | 264 | 63 | 62 | 0 | 110 | 35 | 146 | 70 | 55 |
| Binary | 1011010 | 10110100 | 110011 | 110010 | 0 | 1001000 | 11101 | 1100110 | 111000 | 101101 |
Color Harmonies of #5AB433
Complementary color
Monochromatic Colors of #5AB433
Black with #5AB433
Text Example
Text Example
White with #5AB433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB433; }
p { color: rgb(90,180,51); }
H1.HeaderClassName
{
color: #5AB433;
}
.AnyTagClassName
{
color: #5AB433;
}
</style>
background-color css
<style>
a { background-color: #5AB433; }
a { background-color: rgb(90,180,51); }
div.DivClassName
{
background-color: #5AB433;
}
.BgClassName
{
background-color: #5AB433;
}
</style>
border-color css
<style>
span { border-color: #5AB433; }
span { border-color: rgb(90,180,51); }
td.TdClassName
{
border-color: #5AB433;
}
.TagClassName
{
border-color: #5AB433;
}
</style>