#5EAE4F

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

Shades of Apple #5EAE4F

Tints of Apple #5EAE4F

Color information

#5EAE4F (or 0x5EAE4F) is unknown color: approx Apple. HEX triplet: 5E, AE and 4F. RGB value is (94,174,79). Sum of RGB (Red+Green+Blue) = 94+174+79=347 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.09% from 347); Green value is 174 (68.36% from 255 or 50.14% from 347); Blue value is 79 (31.25% from 255 or 22.77% from 347); Max value from RGB is 174 - color contains mainly: green. Hex color #5EAE4F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAE4F is #A151B0. Grayscale: #8B8B8B. Windows color (decimal): -10572209 or 5221982. OLE color: 5221982.

HSL color Cylindrical-coordinate representation of color #5EAE4F: hue angle of 110.53º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5EAE4F is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB9417479-
CMYK0.4600.550.32
HSL110.53º37.55%49.61%-
HSV(B)110.53º54.6%68.24%-
XYZ21.1633.2212.69-
YUV139.259495.72-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.09%
GREEN value IS 174 (68.36% from 255) = 50.14%
BLUE value IS 79 (31.25% from 255) = 22.77%
R=27.09%
G=50.14%
B=22.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal94174790.4600.550.32110.5337.5549.61
Hex5EAE4F2E037206f2632
Octal13625611756067401574662
Binary101111010101110100111110111001101111000001101111100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAE4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,174,79); }

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

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

 a { background-color: rgb(94,174,79); }

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

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

 span { border-color: rgb(94,174,79); }

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