#5EAF49

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

Shades of Apple #5EAF49

Tints of Apple #5EAF49

Color information

#5EAF49 (or 0x5EAF49) is unknown color: approx Apple. HEX triplet: 5E, AF and 49. RGB value is (94,175,73). Sum of RGB (Red+Green+Blue) = 94+175+73=342 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.49% from 342); Green value is 175 (68.75% from 255 or 51.17% from 342); Blue value is 73 (28.91% from 255 or 21.35% from 342); Max value from RGB is 175 - color contains mainly: green. Hex color #5EAF49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAF49 is #A150B6. Grayscale: #8B8B8B. Windows color (decimal): -10571959 or 4829022. OLE color: 4829022.

HSL color Cylindrical-coordinate representation of color #5EAF49: hue angle of 107.65º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EAF49 is Cyan = 0.46, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB9417573-
CMYK0.4600.580.31
HSL107.65º41.13%48.63%-
HSV(B)107.65º58.29%68.63%-
XYZ21.1533.5211.66-
YUV139.1590.6695.79-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.49%
GREEN value IS 175 (68.75% from 255) = 51.17%
BLUE value IS 73 (28.91% from 255) = 21.35%
R=27.49%
G=51.17%
B=21.35%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal94175730.4600.580.31107.6541.1348.63
Hex5EAF492E03A1F6c2931
Octal13625711156072371545161
Binary10111101010111110010011011100111010111111101100101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAF49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,175,73); }

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

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

 a { background-color: rgb(94,175,73); }

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

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

 span { border-color: rgb(94,175,73); }

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