#5EB534

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

Shades of Apple #5EB534

Tints of Apple #5EB534

Color information

#5EB534 (or 0x5EB534) is unknown color: approx Apple. HEX triplet: 5E, B5 and 34. RGB value is (94,181,52). Sum of RGB (Red+Green+Blue) = 94+181+52=327 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.75% from 327); Green value is 181 (71.09% from 255 or 55.35% from 327); Blue value is 52 (20.70% from 255 or 15.90% from 327); Max value from RGB is 181 - color contains mainly: green. Hex color #5EB534 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EB534 is #A14ACB. Grayscale: #8C8C8C. Windows color (decimal): -10570444 or 3454302. OLE color: 3454302.

HSL color Cylindrical-coordinate representation of color #5EB534: hue angle of 100.47º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5EB534 is Cyan = 0.48, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB9418152-
CMYK0.4800.710.29
HSL100.47º55.36%45.69%-
HSV(B)100.47º71.27%70.98%-
XYZ21.7635.688.99-
YUV140.2878.1894.99-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.75%
GREEN value IS 181 (71.09% from 255) = 55.35%
BLUE value IS 52 (20.70% from 255) = 15.90%
R=28.75%
G=55.35%
B=15.90%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal94181520.4800.710.29100.4755.3645.69
Hex5EB534300471D64372e
Octal13626564600107351446756
Binary10111101011010111010011000001000111111011100100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EB534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,181,52); }

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

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

 a { background-color: rgb(94,181,52); }

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

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

 span { border-color: rgb(94,181,52); }

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