#5ED445

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

Shades of Apple #5ED445

Tints of Apple #5ED445

Color information

#5ED445 (or 0x5ED445) is unknown color: approx Apple. HEX triplet: 5E, D4 and 45. RGB value is (94,212,69). Sum of RGB (Red+Green+Blue) = 94+212+69=375 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.07% from 375); Green value is 212 (83.20% from 255 or 56.53% from 375); Blue value is 69 (27.34% from 255 or 18.4% from 375); Max value from RGB is 212 - color contains mainly: green. Hex color #5ED445 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ED445 is #A12BBA. Grayscale: #A0A0A0. Windows color (decimal): -10562491 or 4576350. OLE color: 4576350.

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

Color convert

RGB9421269-
CMYK0.5600.670.17
HSL109.51º62.45%55.1%-
HSV(B)109.51º67.45%83.14%-
XYZ29.2349.913.72-
YUV160.4276.4180.63-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.07%
GREEN value IS 212 (83.20% from 255) = 56.53%
BLUE value IS 69 (27.34% from 255) = 18.4%
R=25.07%
G=56.53%
B=18.4%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal94212690.5600.670.17109.5162.4555.1
Hex5ED44538043116e3e37
Octal136324105700103211567667
Binary101111011010100100010111100001000011100011101110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ED445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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