#5ED042

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

Shades of Apple #5ED042

Tints of Apple #5ED042

Color information

#5ED042 (or 0x5ED042) is unknown color: approx Apple. HEX triplet: 5E, D0 and 42. RGB value is (94,208,66). Sum of RGB (Red+Green+Blue) = 94+208+66=368 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.54% from 368); Green value is 208 (81.64% from 255 or 56.52% from 368); Blue value is 66 (26.17% from 255 or 17.93% from 368); Max value from RGB is 208 - color contains mainly: green. Hex color #5ED042 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ED042 is #A12FBD. Grayscale: #9E9E9E. Windows color (decimal): -10563518 or 4378718. OLE color: 4378718.

HSL color Cylindrical-coordinate representation of color #5ED042: hue angle of 108.17º degrees, saturation: 0.6, 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 #5ED042 is Cyan = 0.55, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB9420866-
CMYK0.5500.680.18
HSL108.17º60.17%53.73%-
HSV(B)108.17º68.27%81.57%-
XYZ28.1647.8812.91-
YUV157.7376.2382.55-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.54%
GREEN value IS 208 (81.64% from 255) = 56.52%
BLUE value IS 66 (26.17% from 255) = 17.93%
R=25.54%
G=56.52%
B=17.93%

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
Decimal94208660.5500.680.18108.1760.1753.73
Hex5ED04237044126c3c36
Octal136320102670104221547466
Binary101111011010000100001011011101000100100101101100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ED042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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