#5EBA32

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

Shades of Apple #5EBA32

Tints of Apple #5EBA32

Color information

#5EBA32 (or 0x5EBA32) is unknown color: approx Apple. HEX triplet: 5E, BA and 32. RGB value is (94,186,50). Sum of RGB (Red+Green+Blue) = 94+186+50=330 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.48% from 330); Green value is 186 (73.05% from 255 or 56.36% from 330); Blue value is 50 (19.92% from 255 or 15.15% from 330); Max value from RGB is 186 - color contains mainly: green. Hex color #5EBA32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EBA32 is #A145CD. Grayscale: #8F8F8F. Windows color (decimal): -10569166 or 3324510. OLE color: 3324510.

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

Color convert

RGB9418650-
CMYK0.4900.730.27
HSL100.59º57.63%46.27%-
HSV(B)100.59º73.12%72.94%-
XYZ22.7537.739.1-
YUV142.9975.5293.06-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.48%
GREEN value IS 186 (73.05% from 255) = 56.36%
BLUE value IS 50 (19.92% from 255) = 15.15%
R=28.48%
G=56.36%
B=15.15%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal94186500.4900.730.27100.5957.6346.27
Hex5EBA32310491B653a2e
Octal13627262610111331457256
Binary10111101011101011001011000101001001110111100101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EBA32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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