#5AD74A

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

Shades of Apple #5AD74A

Tints of Apple #5AD74A

Color information

#5AD74A (or 0x5AD74A) is unknown color: approx Apple. HEX triplet: 5A, D7 and 4A. RGB value is (90,215,74). Sum of RGB (Red+Green+Blue) = 90+215+74=379 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.75% from 379); Green value is 215 (84.38% from 255 or 56.73% from 379); Blue value is 74 (29.30% from 255 or 19.53% from 379); Max value from RGB is 215 - color contains mainly: green. Hex color #5AD74A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD74A is #A528B5. Grayscale: #A1A1A1. Windows color (decimal): -10823862 or 4904794. OLE color: 4904794.

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

Color convert

RGB9021574-
CMYK0.5800.660.16
HSL113.19º63.8%56.67%-
HSV(B)113.19º65.58%84.31%-
XYZ29.7551.2714.81-
YUV161.5578.5976.96-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.75%
GREEN value IS 215 (84.38% from 255) = 56.73%
BLUE value IS 74 (29.30% from 255) = 19.53%
R=23.75%
G=56.73%
B=19.53%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal90215740.5800.660.16113.1963.856.67
Hex5AD74A3A04210714039
Octal1323271127201022016110071
Binary1011010110101111001010111010010000101000011100011000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AD74A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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