Shades of Apple #5ADC49
Tints of Apple #5ADC49
RGB
CMYK
RGB Variations
Color information
#5ADC49 (or 0x5ADC49) is known color: Apple. HEX triplet: 5A, DC and 49. RGB value is (90,220,73). Sum of RGB (Red+Green+Blue) = 90+220+73=383 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.50% from 383); Green value is 220 (86.33% from 255 or 57.44% from 383); Blue value is 73 (28.91% from 255 or 19.06% from 383); Max value from RGB is 220 - color contains mainly: green. Hex color #5ADC49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ADC49 is #A523B6. Grayscale: #A4A4A4. Windows color (decimal): -10822583 or 4840538. OLE color: 4840538.
HSL color Cylindrical-coordinate representation of color #5ADC49: hue angle of 113.06º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5ADC49 is Cyan = 0.59, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 220 | 73 | - |
| CMYK | 0.59 | 0 | 0.67 | 0.14 |
| HSL | 113.06º | 0.68% | 0.57% | - |
| HSV(B) | 113.06º | 0.67% | 0.86% | - |
| XYZ | 31.01 | 53.84 | 15.06 | - |
| YUV | 164.37 | 76.43 | 74.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 220 | 73 | 0.59 | 0 | 0.67 | 0.14 | 113.06 | 0.68 | 0.57 |
| Hex | 5A | DC | 49 | 3B | 0 | 43 | E | 71 | 44 | 39 |
| Octal | 132 | 334 | 111 | 73 | 0 | 103 | 16 | 161 | 104 | 71 |
| Binary | 1011010 | 11011100 | 1001001 | 111011 | 0 | 1000011 | 1110 | 1110001 | 1000100 | 111001 |
Color Harmonies of #5ADC49
Complementary color
Monochromatic Colors of #5ADC49
Black with #5ADC49
Text Example
Text Example
White with #5ADC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADC49; }
p { color: rgb(90,220,73); }
H1.HeaderClassName
{
color: #5ADC49;
}
.AnyTagClassName
{
color: #5ADC49;
}
</style>
background-color css
<style>
a { background-color: #5ADC49; }
a { background-color: rgb(90,220,73); }
div.DivClassName
{
background-color: #5ADC49;
}
.BgClassName
{
background-color: #5ADC49;
}
</style>
border-color css
<style>
span { border-color: #5ADC49; }
span { border-color: rgb(90,220,73); }
td.TdClassName
{
border-color: #5ADC49;
}
.TagClassName
{
border-color: #5ADC49;
}
</style>