Shades of Apple #5AD93B
Tints of Apple #5AD93B
RGB
CMYK
RGB Variations
Color information
#5AD93B (or 0x5AD93B) is known color: Apple. HEX triplet: 5A, D9 and 3B. RGB value is (90,217,59). Sum of RGB (Red+Green+Blue) = 90+217+59=366 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.59% from 366); Green value is 217 (85.16% from 255 or 59.29% from 366); Blue value is 59 (23.44% from 255 or 16.12% from 366); Max value from RGB is 217 - color contains mainly: green. Hex color #5AD93B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD93B is #A526C4. Grayscale: #A1A1A1. Windows color (decimal): -10823365 or 3922266. OLE color: 3922266.
HSL color Cylindrical-coordinate representation of color #5AD93B: hue angle of 108.23º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5AD93B is Cyan = 0.59, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 217 | 59 | - |
| CMYK | 0.59 | 0 | 0.73 | 0.15 |
| HSL | 108.23º | 0.68% | 0.54% | - |
| HSV(B) | 108.23º | 0.73% | 0.85% | - |
| XYZ | 29.82 | 52.12 | 12.63 | - |
| YUV | 161.02 | 70.42 | 77.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 217 | 59 | 0.59 | 0 | 0.73 | 0.15 | 108.23 | 0.68 | 0.54 |
| Hex | 5A | D9 | 3B | 3B | 0 | 49 | F | 6C | 44 | 36 |
| Octal | 132 | 331 | 73 | 73 | 0 | 111 | 17 | 154 | 104 | 66 |
| Binary | 1011010 | 11011001 | 111011 | 111011 | 0 | 1001001 | 1111 | 1101100 | 1000100 | 110110 |
Color Harmonies of #5AD93B
Complementary color
Monochromatic Colors of #5AD93B
Black with #5AD93B
Text Example
Text Example
White with #5AD93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD93B; }
p { color: rgb(90,217,59); }
H1.HeaderClassName
{
color: #5AD93B;
}
.AnyTagClassName
{
color: #5AD93B;
}
</style>
background-color css
<style>
a { background-color: #5AD93B; }
a { background-color: rgb(90,217,59); }
div.DivClassName
{
background-color: #5AD93B;
}
.BgClassName
{
background-color: #5AD93B;
}
</style>
border-color css
<style>
span { border-color: #5AD93B; }
span { border-color: rgb(90,217,59); }
td.TdClassName
{
border-color: #5AD93B;
}
.TagClassName
{
border-color: #5AD93B;
}
</style>