Shades of Apple #5AC332
Tints of Apple #5AC332
RGB
CMYK
RGB Variations
Color information
#5AC332 (or 0x5AC332) is known color: Apple. HEX triplet: 5A, C3 and 32. RGB value is (90,195,50). Sum of RGB (Red+Green+Blue) = 90+195+50=335 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.87% from 335); Green value is 195 (76.56% from 255 or 58.21% from 335); Blue value is 50 (19.92% from 255 or 14.93% from 335); Max value from RGB is 195 - color contains mainly: green. Hex color #5AC332 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AC332 is #A53CCD. Grayscale: #939393. Windows color (decimal): -10829006 or 3326810. OLE color: 3326810.
HSL color Cylindrical-coordinate representation of color #5AC332: hue angle of 103.45º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5AC332 is Cyan = 0.54, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 195 | 50 | - |
| CMYK | 0.54 | 0 | 0.74 | 0.24 |
| HSL | 103.45º | 0.59% | 0.48% | - |
| HSV(B) | 103.45º | 0.74% | 0.76% | - |
| XYZ | 24.31 | 41.43 | 9.73 | - |
| YUV | 147.08 | 73.21 | 87.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 195 | 50 | 0.54 | 0 | 0.74 | 0.24 | 103.45 | 0.59 | 0.48 |
| Hex | 5A | C3 | 32 | 36 | 0 | 4A | 18 | 67 | 3B | 30 |
| Octal | 132 | 303 | 62 | 66 | 0 | 112 | 30 | 147 | 73 | 60 |
| Binary | 1011010 | 11000011 | 110010 | 110110 | 0 | 1001010 | 11000 | 1100111 | 111011 | 110000 |
Color Harmonies of #5AC332
Complementary color
Monochromatic Colors of #5AC332
Black with #5AC332
Text Example
Text Example
White with #5AC332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC332; }
p { color: rgb(90,195,50); }
H1.HeaderClassName
{
color: #5AC332;
}
.AnyTagClassName
{
color: #5AC332;
}
</style>
background-color css
<style>
a { background-color: #5AC332; }
a { background-color: rgb(90,195,50); }
div.DivClassName
{
background-color: #5AC332;
}
.BgClassName
{
background-color: #5AC332;
}
</style>
border-color css
<style>
span { border-color: #5AC332; }
span { border-color: rgb(90,195,50); }
td.TdClassName
{
border-color: #5AC332;
}
.TagClassName
{
border-color: #5AC332;
}
</style>