#5ED94A

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

Shades of Apple #5ED94A

Tints of Apple #5ED94A

Color information

#5ED94A (or 0x5ED94A) is unknown color: approx Apple. HEX triplet: 5E, D9 and 4A. RGB value is (94,217,74). Sum of RGB (Red+Green+Blue) = 94+217+74=385 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.42% from 385); Green value is 217 (85.16% from 255 or 56.36% from 385); Blue value is 74 (29.30% from 255 or 19.22% from 385); Max value from RGB is 217 - color contains mainly: green. Hex color #5ED94A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ED94A is #A126B5. Grayscale: #A4A4A4. Windows color (decimal): -10561206 or 4905310. OLE color: 4905310.

HSL color Cylindrical-coordinate representation of color #5ED94A: hue angle of 111.61º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5ED94A is Cyan = 0.57, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB9421774-
CMYK0.5700.660.15
HSL111.61º65.3%57.06%-
HSV(B)111.61º65.9%85.1%-
XYZ30.6652.515-
YUV163.9277.2578.13-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.42%
GREEN value IS 217 (85.16% from 255) = 56.36%
BLUE value IS 74 (29.30% from 255) = 19.22%
R=24.42%
G=56.36%
B=19.22%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal94217740.5700.660.15111.6165.357.06
Hex5ED94A39042F704139
Octal1363311127101021716010171
Binary101111011011001100101011100101000010111111100001000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ED94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,217,74); }

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

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

 a { background-color: rgb(94,217,74); }

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

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

 span { border-color: rgb(94,217,74); }

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