#5ed041

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

Shades of Apple #5ED041

Tints of Apple #5ED041

Color information

#5ED041 (or 0x5ED041) is unknown color: approx Apple. HEX triplet: 5E, D0 and 41. RGB value is (94,208,65). Sum of RGB (Red+Green+Blue) = 94+208+65=367 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.61% from 367); Green value is 208 (81.64% from 255 or 56.68% from 367); Blue value is 65 (25.78% from 255 or 17.71% from 367); Max value from RGB is 208 - color contains mainly: green. Hex color #5ED041 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ED041 is #A12FBE. Grayscale: #9E9E9E. Windows color (decimal): -10563519 or 4313182. OLE color: 4313182.

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

Color convert

RGB9420865-
CMYK0.5500.690.18
HSL107.83º60.34%53.53%-
HSV(B)107.83º68.75%81.57%-
XYZ28.1347.8712.76-
YUV157.6175.7382.63-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.61%
GREEN value IS 208 (81.64% from 255) = 56.68%
BLUE value IS 65 (25.78% from 255) = 17.71%
R=25.61%
G=56.68%
B=17.71%

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
Decimal94208650.5500.690.18107.8360.3453.53
Hex5ED04137045126c3c36
Octal136320101670105221547466
Binary101111011010000100000111011101000101100101101100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ed041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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