#5ED044

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

Shades of Apple #5ED044

Tints of Apple #5ED044

Color information

#5ED044 (or 0x5ED044) is unknown color: approx Apple. HEX triplet: 5E, D0 and 44. RGB value is (94,208,68). Sum of RGB (Red+Green+Blue) = 94+208+68=370 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.41% from 370); Green value is 208 (81.64% from 255 or 56.22% from 370); Blue value is 68 (26.95% from 255 or 18.38% from 370); Max value from RGB is 208 - color contains mainly: green. Hex color #5ED044 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ED044 is #A12FBB. Grayscale: #9E9E9E. Windows color (decimal): -10563516 or 4509790. OLE color: 4509790.

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

Color convert

RGB9420868-
CMYK0.5500.670.18
HSL108.86º59.83%54.12%-
HSV(B)108.86º67.31%81.57%-
XYZ28.2247.9113.23-
YUV157.9577.2382.38-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.41%
GREEN value IS 208 (81.64% from 255) = 56.22%
BLUE value IS 68 (26.95% from 255) = 18.38%
R=25.41%
G=56.22%
B=18.38%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal94208680.5500.670.18108.8659.8354.12
Hex5ED04437043126d3c36
Octal136320104670103221557466
Binary101111011010000100010011011101000011100101101101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ED044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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