Shades of Apple #5ADC40
Tints of Apple #5ADC40
RGB
CMYK
RGB Variations
Color information
#5ADC40 (or 0x5ADC40) is known color: Apple. HEX triplet: 5A, DC and 40. RGB value is (90,220,64). Sum of RGB (Red+Green+Blue) = 90+220+64=374 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.06% from 374); Green value is 220 (86.33% from 255 or 58.82% from 374); Blue value is 64 (25.39% from 255 or 17.11% from 374); Max value from RGB is 220 - color contains mainly: green. Hex color #5ADC40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ADC40 is #A523BF. Grayscale: #A3A3A3. Windows color (decimal): -10822592 or 4250714. OLE color: 4250714.
HSL color Cylindrical-coordinate representation of color #5ADC40: hue angle of 110º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5ADC40 is Cyan = 0.59, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 220 | 64 | - |
| CMYK | 0.59 | 0 | 0.71 | 0.14 |
| HSL | 110º | 0.69% | 0.56% | - |
| HSV(B) | 110º | 0.71% | 0.86% | - |
| XYZ | 30.74 | 53.73 | 13.6 | - |
| YUV | 163.35 | 71.93 | 75.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 220 | 64 | 0.59 | 0 | 0.71 | 0.14 | 110 | 0.69 | 0.56 |
| Hex | 5A | DC | 40 | 3B | 0 | 47 | E | 6E | 45 | 38 |
| Octal | 132 | 334 | 100 | 73 | 0 | 107 | 16 | 156 | 105 | 70 |
| Binary | 1011010 | 11011100 | 1000000 | 111011 | 0 | 1000111 | 1110 | 1101110 | 1000101 | 111000 |
Color Harmonies of #5ADC40
Complementary color
Monochromatic Colors of #5ADC40
Black with #5ADC40
Text Example
Text Example
White with #5ADC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADC40; }
p { color: rgb(90,220,64); }
H1.HeaderClassName
{
color: #5ADC40;
}
.AnyTagClassName
{
color: #5ADC40;
}
</style>
background-color css
<style>
a { background-color: #5ADC40; }
a { background-color: rgb(90,220,64); }
div.DivClassName
{
background-color: #5ADC40;
}
.BgClassName
{
background-color: #5ADC40;
}
</style>
border-color css
<style>
span { border-color: #5ADC40; }
span { border-color: rgb(90,220,64); }
td.TdClassName
{
border-color: #5ADC40;
}
.TagClassName
{
border-color: #5ADC40;
}
</style>