#5ED142

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

Shades of Apple #5ED142

Tints of Apple #5ED142

Color information

#5ED142 (or 0x5ED142) is unknown color: approx Apple. HEX triplet: 5E, D1 and 42. RGB value is (94,209,66). Sum of RGB (Red+Green+Blue) = 94+209+66=369 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.47% from 369); Green value is 209 (82.03% from 255 or 56.64% from 369); Blue value is 66 (26.17% from 255 or 17.89% from 369); Max value from RGB is 209 - color contains mainly: green. Hex color #5ED142 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ED142 is #A12EBD. Grayscale: #9E9E9E. Windows color (decimal): -10563262 or 4378974. OLE color: 4378974.

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

Color convert

RGB9420966-
CMYK0.5500.680.18
HSL108.25º60.85%53.92%-
HSV(B)108.25º68.42%81.96%-
XYZ28.448.3712.99-
YUV158.3175.982.13-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.47%
GREEN value IS 209 (82.03% from 255) = 56.64%
BLUE value IS 66 (26.17% from 255) = 17.89%
R=25.47%
G=56.64%
B=17.89%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal94209660.5500.680.18108.2560.8553.92
Hex5ED14237044126c3d36
Octal136321102670104221547566
Binary101111011010001100001011011101000100100101101100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ED142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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