#5AD745

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

Shades of Apple #5AD745

Tints of Apple #5AD745

Color information

#5AD745 (or 0x5AD745) is unknown color: approx Apple. HEX triplet: 5A, D7 and 45. RGB value is (90,215,69). Sum of RGB (Red+Green+Blue) = 90+215+69=374 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.06% from 374); Green value is 215 (84.38% from 255 or 57.49% from 374); Blue value is 69 (27.34% from 255 or 18.45% from 374); Max value from RGB is 215 - color contains mainly: green. Hex color #5AD745 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD745 is #A528BA. Grayscale: #A1A1A1. Windows color (decimal): -10823867 or 4577114. OLE color: 4577114.

HSL color Cylindrical-coordinate representation of color #5AD745: hue angle of 111.37º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5AD745 is Cyan = 0.58, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB9021569-
CMYK0.5800.680.16
HSL111.37º64.6%55.69%-
HSV(B)111.37º67.91%84.31%-
XYZ29.5951.213.95-
YUV160.9876.0977.37-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.06%
GREEN value IS 215 (84.38% from 255) = 57.49%
BLUE value IS 69 (27.34% from 255) = 18.45%
R=24.06%
G=57.49%
B=18.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal90215690.5800.680.16111.3764.655.69
Hex5AD7453A044106f4138
Octal1323271057201042015710170
Binary1011010110101111000101111010010001001000011011111000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AD745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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