#5EBC48

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

Shades of Apple #5EBC48

Tints of Apple #5EBC48

Color information

#5EBC48 (or 0x5EBC48) is unknown color: approx Apple. HEX triplet: 5E, BC and 48. RGB value is (94,188,72). Sum of RGB (Red+Green+Blue) = 94+188+72=354 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.55% from 354); Green value is 188 (73.83% from 255 or 53.11% from 354); Blue value is 72 (28.52% from 255 or 20.34% from 354); Max value from RGB is 188 - color contains mainly: green. Hex color #5EBC48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EBC48 is #A143B7. Grayscale: #939393. Windows color (decimal): -10568632 or 4766814. OLE color: 4766814.

HSL color Cylindrical-coordinate representation of color #5EBC48: hue angle of 108.62º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5EBC48 is Cyan = 0.50, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB9418872-
CMYK0.5000.620.26
HSL108.62º46.4%50.98%-
HSV(B)108.62º61.7%73.73%-
XYZ23.7738.8112.37-
YUV146.6785.8690.43-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.55%
GREEN value IS 188 (73.83% from 255) = 53.11%
BLUE value IS 72 (28.52% from 255) = 20.34%
R=26.55%
G=53.11%
B=20.34%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal94188720.5000.620.26108.6246.450.98
Hex5EBC483203E1A6d2e33
Octal13627411062076321555663
Binary10111101011110010010001100100111110110101101101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EBC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,188,72); }

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

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

 a { background-color: rgb(94,188,72); }

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

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

 span { border-color: rgb(94,188,72); }

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