Shades of Apple #5AD950
Tints of Apple #5AD950
RGB
CMYK
RGB Variations
Color information
#5AD950 (or 0x5AD950) is known color: Apple. HEX triplet: 5A, D9 and 50. RGB value is (90,217,80). Sum of RGB (Red+Green+Blue) = 90+217+80=387 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.26% from 387); Green value is 217 (85.16% from 255 or 56.07% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 217 - color contains mainly: green. Hex color #5AD950 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD950 is #A526AF. Grayscale: #A3A3A3. Windows color (decimal): -10823344 or 5298522. OLE color: 5298522.
HSL color Cylindrical-coordinate representation of color #5AD950: hue angle of 115.62º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AD950 is Cyan = 0.59, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 217 | 80 | - |
| CMYK | 0.59 | 0 | 0.63 | 0.15 |
| HSL | 115.62º | 0.64% | 0.58% | - |
| HSV(B) | 115.62º | 0.63% | 0.85% | - |
| XYZ | 30.48 | 52.38 | 16.09 | - |
| YUV | 163.41 | 80.92 | 75.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 217 | 80 | 0.59 | 0 | 0.63 | 0.15 | 115.62 | 0.64 | 0.58 |
| Hex | 5A | D9 | 50 | 3B | 0 | 3F | F | 74 | 40 | 3A |
| Octal | 132 | 331 | 120 | 73 | 0 | 77 | 17 | 164 | 100 | 72 |
| Binary | 1011010 | 11011001 | 1010000 | 111011 | 0 | 111111 | 1111 | 1110100 | 1000000 | 111010 |
Color Harmonies of #5AD950
Complementary color
Monochromatic Colors of #5AD950
Black with #5AD950
Text Example
Text Example
White with #5AD950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD950; }
p { color: rgb(90,217,80); }
H1.HeaderClassName
{
color: #5AD950;
}
.AnyTagClassName
{
color: #5AD950;
}
</style>
background-color css
<style>
a { background-color: #5AD950; }
a { background-color: rgb(90,217,80); }
div.DivClassName
{
background-color: #5AD950;
}
.BgClassName
{
background-color: #5AD950;
}
</style>
border-color css
<style>
span { border-color: #5AD950; }
span { border-color: rgb(90,217,80); }
td.TdClassName
{
border-color: #5AD950;
}
.TagClassName
{
border-color: #5AD950;
}
</style>