#5ED44C

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

Shades of Apple #5ED44C

Tints of Apple #5ED44C

Color information

#5ED44C (or 0x5ED44C) is unknown color: approx Apple. HEX triplet: 5E, D4 and 4C. RGB value is (94,212,76). Sum of RGB (Red+Green+Blue) = 94+212+76=382 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.61% from 382); Green value is 212 (83.20% from 255 or 55.50% from 382); Blue value is 76 (30.08% from 255 or 19.90% from 382); Max value from RGB is 212 - color contains mainly: green. Hex color #5ED44C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ED44C is #A12BB3. Grayscale: #A1A1A1. Windows color (decimal): -10562484 or 5035102. OLE color: 5035102.

HSL color Cylindrical-coordinate representation of color #5ED44C: hue angle of 112.06º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5ED44C is Cyan = 0.56, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB9421276-
CMYK0.5600.640.17
HSL112.06º61.26%56.47%-
HSV(B)112.06º64.15%83.14%-
XYZ29.4649.9914.93-
YUV161.2179.9180.06-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.61%
GREEN value IS 212 (83.20% from 255) = 55.50%
BLUE value IS 76 (30.08% from 255) = 19.90%
R=24.61%
G=55.50%
B=19.90%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal94212760.5600.640.17112.0661.2656.47
Hex5ED44C3804011703d38
Octal136324114700100211607570
Binary101111011010100100110011100001000000100011110000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ED44C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,212,76); }

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

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

 a { background-color: rgb(94,212,76); }

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

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

 span { border-color: rgb(94,212,76); }

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