#5eb94b

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

Shades of Apple #5EB94B

Tints of Apple #5EB94B

Color information

#5EB94B (or 0x5EB94B) is unknown color: approx Apple. HEX triplet: 5E, B9 and 4B. RGB value is (94,185,75). Sum of RGB (Red+Green+Blue) = 94+185+75=354 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.55% from 354); Green value is 185 (72.66% from 255 or 52.26% from 354); Blue value is 75 (29.69% from 255 or 21.19% from 354); Max value from RGB is 185 - color contains mainly: green. Hex color #5EB94B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EB94B is #A146B4. Grayscale: #919191. Windows color (decimal): -10569397 or 4962654. OLE color: 4962654.

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

Color convert

RGB9418575-
CMYK0.4900.590.27
HSL109.64º44%50.98%-
HSV(B)109.64º59.46%72.55%-
XYZ23.2437.5912.69-
YUV145.2588.3591.44-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.55%
GREEN value IS 185 (72.66% from 255) = 52.26%
BLUE value IS 75 (29.69% from 255) = 21.19%
R=26.55%
G=52.26%
B=21.19%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal94185750.4900.590.27109.644450.98
Hex5EB94B3103B1B6e2c33
Octal13627111361073331565463
Binary10111101011100110010111100010111011110111101110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5eb94b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,185,75); }

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

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

 a { background-color: rgb(94,185,75); }

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

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

 span { border-color: rgb(94,185,75); }

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