#5ED140

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

Shades of Apple #5ED140

Tints of Apple #5ED140

Color information

#5ED140 (or 0x5ED140) is unknown color: approx Apple. HEX triplet: 5E, D1 and 40. RGB value is (94,209,64). Sum of RGB (Red+Green+Blue) = 94+209+64=367 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.61% from 367); Green value is 209 (82.03% from 255 or 56.95% from 367); Blue value is 64 (25.39% from 255 or 17.44% from 367); Max value from RGB is 209 - color contains mainly: green. Hex color #5ED140 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ED140 is #A12EBF. Grayscale: #9E9E9E. Windows color (decimal): -10563264 or 4247902. OLE color: 4247902.

HSL color Cylindrical-coordinate representation of color #5ED140: hue angle of 107.59º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5ED140 is Cyan = 0.55, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB9420964-
CMYK0.5500.690.18
HSL107.59º61.18%53.53%-
HSV(B)107.59º69.38%81.96%-
XYZ28.3448.3512.69-
YUV158.0874.982.29-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.61%
GREEN value IS 209 (82.03% from 255) = 56.95%
BLUE value IS 64 (25.39% from 255) = 17.44%
R=25.61%
G=56.95%
B=17.44%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal94209640.5500.690.18107.5961.1853.53
Hex5ED14037045126c3d36
Octal136321100670105221547566
Binary101111011010001100000011011101000101100101101100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ED140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,209,64); }

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

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

 a { background-color: rgb(94,209,64); }

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

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

 span { border-color: rgb(94,209,64); }

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