#5EAE34

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

Shades of Apple #5EAE34

Tints of Apple #5EAE34

Color information

#5EAE34 (or 0x5EAE34) is unknown color: approx Apple. HEX triplet: 5E, AE and 34. RGB value is (94,174,52). Sum of RGB (Red+Green+Blue) = 94+174+52=320 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.38% from 320); Green value is 174 (68.36% from 255 or 54.38% from 320); Blue value is 52 (20.70% from 255 or 16.25% from 320); Max value from RGB is 174 - color contains mainly: green. Hex color #5EAE34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAE34 is #A151CB. Grayscale: #888888. Windows color (decimal): -10572236 or 3452510. OLE color: 3452510.

HSL color Cylindrical-coordinate representation of color #5EAE34: hue angle of 99.34º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5EAE34 is Cyan = 0.46, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB9417452-
CMYK0.4600.700.32
HSL99.34º53.98%44.31%-
HSV(B)99.34º70.11%68.24%-
XYZ20.3732.98.53-
YUV136.1780.597.92-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.38%
GREEN value IS 174 (68.36% from 255) = 54.38%
BLUE value IS 52 (20.70% from 255) = 16.25%
R=29.38%
G=54.38%
B=16.25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal94174520.4600.700.3299.3453.9844.31
Hex5EAE342E0462063362c
Octal13625664560106401436654
Binary101111010101110110100101110010001101000001100011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAE34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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