Shades of Apple #5AB753
Tints of Apple #5AB753
RGB
CMYK
RGB Variations
Color information
#5AB753 (or 0x5AB753) is known color: Apple. HEX triplet: 5A, B7 and 53. RGB value is (90,183,83). Sum of RGB (Red+Green+Blue) = 90+183+83=356 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.28% from 356); Green value is 183 (71.88% from 255 or 51.40% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 183 - color contains mainly: green. Hex color #5AB753 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB753 is #A548AC. Grayscale: #909090. Windows color (decimal): -10832045 or 5486426. OLE color: 5486426.
HSL color Cylindrical-coordinate representation of color #5AB753: hue angle of 115.8º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5AB753 is Cyan = 0.51, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 90 | 183 | 83 | - |
| CMYK | 0.51 | 0 | 0.55 | 0.28 |
| HSL | 115.8º | 0.41% | 0.52% | - |
| HSV(B) | 115.8º | 0.55% | 0.72% | - |
| XYZ | 22.71 | 36.67 | 14.06 | - |
| YUV | 143.79 | 93.69 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 183 | 83 | 0.51 | 0 | 0.55 | 0.28 | 115.8 | 0.41 | 0.52 |
| Hex | 5A | B7 | 53 | 33 | 0 | 37 | 1C | 74 | 29 | 34 |
| Octal | 132 | 267 | 123 | 63 | 0 | 67 | 34 | 164 | 51 | 64 |
| Binary | 1011010 | 10110111 | 1010011 | 110011 | 0 | 110111 | 11100 | 1110100 | 101001 | 110100 |
Color Harmonies of #5AB753
Complementary color
Monochromatic Colors of #5AB753
Black with #5AB753
Text Example
Text Example
White with #5AB753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB753; }
p { color: rgb(90,183,83); }
H1.HeaderClassName
{
color: #5AB753;
}
.AnyTagClassName
{
color: #5AB753;
}
</style>
background-color css
<style>
a { background-color: #5AB753; }
a { background-color: rgb(90,183,83); }
div.DivClassName
{
background-color: #5AB753;
}
.BgClassName
{
background-color: #5AB753;
}
</style>
border-color css
<style>
span { border-color: #5AB753; }
span { border-color: rgb(90,183,83); }
td.TdClassName
{
border-color: #5AB753;
}
.TagClassName
{
border-color: #5AB753;
}
</style>