Shades of Apple #5AC33B
Tints of Apple #5AC33B
RGB
CMYK
RGB Variations
Color information
#5AC33B (or 0x5AC33B) is known color: Apple. HEX triplet: 5A, C3 and 3B. RGB value is (90,195,59). Sum of RGB (Red+Green+Blue) = 90+195+59=344 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.16% from 344); Green value is 195 (76.56% from 255 or 56.69% from 344); Blue value is 59 (23.44% from 255 or 17.15% from 344); Max value from RGB is 195 - color contains mainly: green. Hex color #5AC33B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AC33B is #A53CC4. Grayscale: #949494. Windows color (decimal): -10828997 or 3916634. OLE color: 3916634.
HSL color Cylindrical-coordinate representation of color #5AC33B: hue angle of 106.32º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5AC33B is Cyan = 0.54, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 195 | 59 | - |
| CMYK | 0.54 | 0 | 0.70 | 0.24 |
| HSL | 106.32º | 0.54% | 0.5% | - |
| HSV(B) | 106.32º | 0.7% | 0.76% | - |
| XYZ | 24.52 | 41.52 | 10.86 | - |
| YUV | 148.1 | 77.71 | 86.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 195 | 59 | 0.54 | 0 | 0.70 | 0.24 | 106.32 | 0.54 | 0.5 |
| Hex | 5A | C3 | 3B | 36 | 0 | 46 | 18 | 6A | 36 | 32 |
| Octal | 132 | 303 | 73 | 66 | 0 | 106 | 30 | 152 | 66 | 62 |
| Binary | 1011010 | 11000011 | 111011 | 110110 | 0 | 1000110 | 11000 | 1101010 | 110110 | 110010 |
Color Harmonies of #5AC33B
Complementary color
Monochromatic Colors of #5AC33B
Black with #5AC33B
Text Example
Text Example
White with #5AC33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC33B; }
p { color: rgb(90,195,59); }
H1.HeaderClassName
{
color: #5AC33B;
}
.AnyTagClassName
{
color: #5AC33B;
}
</style>
background-color css
<style>
a { background-color: #5AC33B; }
a { background-color: rgb(90,195,59); }
div.DivClassName
{
background-color: #5AC33B;
}
.BgClassName
{
background-color: #5AC33B;
}
</style>
border-color css
<style>
span { border-color: #5AC33B; }
span { border-color: rgb(90,195,59); }
td.TdClassName
{
border-color: #5AC33B;
}
.TagClassName
{
border-color: #5AC33B;
}
</style>