#5ADD45

Color #5ADD45 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #5ADD45

Tints of Apple #5ADD45

Color information

#5ADD45 (or 0x5ADD45) is unknown color: approx Apple. HEX triplet: 5A, DD and 45. RGB value is (90,221,69). Sum of RGB (Red+Green+Blue) = 90+221+69=380 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.68% from 380); Green value is 221 (86.72% from 255 or 58.16% from 380); Blue value is 69 (27.34% from 255 or 18.16% from 380); Max value from RGB is 221 - color contains mainly: green. Hex color #5ADD45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ADD45 is #A522BA. Grayscale: #A4A4A4. Windows color (decimal): -10822331 or 4578650. OLE color: 4578650.

HSL color Cylindrical-coordinate representation of color #5ADD45: hue angle of 111.71º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5ADD45 is Cyan = 0.59, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB9022169-
CMYK0.5900.690.13
HSL111.71º69.09%56.86%-
HSV(B)111.71º68.78%86.67%-
XYZ31.1554.3214.47-
YUV164.574.174.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 90 (35.55% from 255) = 23.68%
GREEN value IS 221 (86.72% from 255) = 58.16%
BLUE value IS 69 (27.34% from 255) = 18.16%
R=23.68%
G=58.16%
B=18.16%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal90221690.5900.690.13111.7169.0956.86
Hex5ADD453B045D704539
Octal1323351057301051516010571
Binary101101011011101100010111101101000101110111100001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ADD45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5ADD45; }

 p { color: rgb(90,221,69); }

 H1.HeaderClassName
 {
   color: #5ADD45;
 }
 .AnyTagClassName
 {
   color: #5ADD45;
 }
</style>
background-color css

<style>
 a { background-color: #5ADD45; }

 a { background-color: rgb(90,221,69); }

 div.DivClassName
 {
   background-color: #5ADD45;
 }
 .BgClassName
 {
   background-color: #5ADD45;
 }
</style>
border-color css

<style>
 span { border-color: #5ADD45; }

 span { border-color: rgb(90,221,69); }

 td.TdClassName
 {
   border-color: #5ADD45;
 }
 .TagClassName
 {
   border-color: #5ADD45;
 }
</style>