#5EAB38

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

Shades of Apple #5EAB38

Tints of Apple #5EAB38

Color information

#5EAB38 (or 0x5EAB38) is unknown color: approx Apple. HEX triplet: 5E, AB and 38. RGB value is (94,171,56). Sum of RGB (Red+Green+Blue) = 94+171+56=321 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.28% from 321); Green value is 171 (67.19% from 255 or 53.27% from 321); Blue value is 56 (22.27% from 255 or 17.45% from 321); Max value from RGB is 171 - color contains mainly: green. Hex color #5EAB38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAB38 is #A154C7. Grayscale: #878787. Windows color (decimal): -10573000 or 3713886. OLE color: 3713886.

HSL color Cylindrical-coordinate representation of color #5EAB38: hue angle of 100.17º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5EAB38 is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB9417156-
CMYK0.4500.670.33
HSL100.17º50.66%44.51%-
HSV(B)100.17º67.25%67.06%-
XYZ19.8931.798.83-
YUV134.8783.4998.85-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.28%
GREEN value IS 171 (67.19% from 255) = 53.27%
BLUE value IS 56 (22.27% from 255) = 17.45%
R=29.28%
G=53.27%
B=17.45%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal94171560.4500.670.33100.1750.6644.51
Hex5EAB382D0432164332d
Octal13625370550103411446355
Binary101111010101011111000101101010000111000011100100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAB38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,171,56); }

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

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

 a { background-color: rgb(94,171,56); }

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

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

 span { border-color: rgb(94,171,56); }

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