Shades of Apple #5ADC45
Tints of Apple #5ADC45
RGB
CMYK
RGB Variations
Color information
#5ADC45 (or 0x5ADC45) is known color: Apple. HEX triplet: 5A, DC and 45. RGB value is (90,220,69). Sum of RGB (Red+Green+Blue) = 90+220+69=379 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.75% from 379); Green value is 220 (86.33% from 255 or 58.05% from 379); Blue value is 69 (27.34% from 255 or 18.21% from 379); Max value from RGB is 220 - color contains mainly: green. Hex color #5ADC45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ADC45 is #A523BA. Grayscale: #A4A4A4. Windows color (decimal): -10822587 or 4578394. OLE color: 4578394.
HSL color Cylindrical-coordinate representation of color #5ADC45: hue angle of 111.66º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5ADC45 is Cyan = 0.59, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 220 | 69 | - |
| CMYK | 0.59 | 0 | 0.69 | 0.14 |
| HSL | 111.66º | 0.68% | 0.57% | - |
| HSV(B) | 111.66º | 0.69% | 0.86% | - |
| XYZ | 30.88 | 53.79 | 14.38 | - |
| YUV | 163.92 | 74.43 | 75.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 220 | 69 | 0.59 | 0 | 0.69 | 0.14 | 111.66 | 0.68 | 0.57 |
| Hex | 5A | DC | 45 | 3B | 0 | 45 | E | 70 | 44 | 39 |
| Octal | 132 | 334 | 105 | 73 | 0 | 105 | 16 | 160 | 104 | 71 |
| Binary | 1011010 | 11011100 | 1000101 | 111011 | 0 | 1000101 | 1110 | 1110000 | 1000100 | 111001 |
Color Harmonies of #5ADC45
Complementary color
Monochromatic Colors of #5ADC45
Black with #5ADC45
Text Example
Text Example
White with #5ADC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADC45; }
p { color: rgb(90,220,69); }
H1.HeaderClassName
{
color: #5ADC45;
}
.AnyTagClassName
{
color: #5ADC45;
}
</style>
background-color css
<style>
a { background-color: #5ADC45; }
a { background-color: rgb(90,220,69); }
div.DivClassName
{
background-color: #5ADC45;
}
.BgClassName
{
background-color: #5ADC45;
}
</style>
border-color css
<style>
span { border-color: #5ADC45; }
span { border-color: rgb(90,220,69); }
td.TdClassName
{
border-color: #5ADC45;
}
.TagClassName
{
border-color: #5ADC45;
}
</style>