#5ed54a

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

Shades of Apple #5ED54A

Tints of Apple #5ED54A

Color information

#5ED54A (or 0x5ED54A) is unknown color: approx Apple. HEX triplet: 5E, D5 and 4A. RGB value is (94,213,74). Sum of RGB (Red+Green+Blue) = 94+213+74=381 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.67% from 381); Green value is 213 (83.59% from 255 or 55.91% from 381); Blue value is 74 (29.30% from 255 or 19.42% from 381); Max value from RGB is 213 - color contains mainly: green. Hex color #5ED54A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ED54A is #A12AB5. Grayscale: #A2A2A2. Windows color (decimal): -10562230 or 4904286. OLE color: 4904286.

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

Color convert

RGB9421374-
CMYK0.5600.650.16
HSL111.37º62.33%56.27%-
HSV(B)111.37º65.26%83.53%-
XYZ29.6550.4614.66-
YUV161.5778.5879.8-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.67%
GREEN value IS 213 (83.59% from 255) = 55.91%
BLUE value IS 74 (29.30% from 255) = 19.42%
R=24.67%
G=55.91%
B=19.42%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal94213740.5600.650.16111.3762.3356.27
Hex5ED54A38041106f3e38
Octal136325112700101201577670
Binary101111011010101100101011100001000001100001101111111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ed54a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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