#5EBA40

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

Shades of Apple #5EBA40

Tints of Apple #5EBA40

Color information

#5EBA40 (or 0x5EBA40) is unknown color: approx Apple. HEX triplet: 5E, BA and 40. RGB value is (94,186,64). Sum of RGB (Red+Green+Blue) = 94+186+64=344 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.33% from 344); Green value is 186 (73.05% from 255 or 54.07% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 186 - color contains mainly: green. Hex color #5EBA40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EBA40 is #A145BF. Grayscale: #909090. Windows color (decimal): -10569152 or 4242014. OLE color: 4242014.

HSL color Cylindrical-coordinate representation of color #5EBA40: hue angle of 105.25º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5EBA40 is Cyan = 0.49, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB9418664-
CMYK0.4900.660.27
HSL105.25º48.8%49.02%-
HSV(B)105.25º65.59%72.94%-
XYZ23.137.8710.94-
YUV144.5882.5291.92-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.33%
GREEN value IS 186 (73.05% from 255) = 54.07%
BLUE value IS 64 (25.39% from 255) = 18.60%
R=27.33%
G=54.07%
B=18.60%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal94186640.4900.660.27105.2548.849.02
Hex5EBA40310421B693131
Octal136272100610102331516161
Binary101111010111010100000011000101000010110111101001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EBA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,186,64); }

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

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

 a { background-color: rgb(94,186,64); }

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

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

 span { border-color: rgb(94,186,64); }

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