#5ED33A

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

Shades of Apple #5ED33A

Tints of Apple #5ED33A

Color information

#5ED33A (or 0x5ED33A) is unknown color: approx Apple. HEX triplet: 5E, D3 and 3A. RGB value is (94,211,58). Sum of RGB (Red+Green+Blue) = 94+211+58=363 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.90% from 363); Green value is 211 (82.81% from 255 or 58.13% from 363); Blue value is 58 (23.05% from 255 or 15.98% from 363); Max value from RGB is 211 - color contains mainly: green. Hex color #5ED33A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ED33A is #A12CC5. Grayscale: #9F9F9F. Windows color (decimal): -10562758 or 3855198. OLE color: 3855198.

HSL color Cylindrical-coordinate representation of color #5ED33A: hue angle of 105.88º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5ED33A is Cyan = 0.55, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB9421158-
CMYK0.5500.730.17
HSL105.88º63.49%52.75%-
HSV(B)105.88º72.51%82.75%-
XYZ28.6749.2712-
YUV158.5771.2481.94-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.90%
GREEN value IS 211 (82.81% from 255) = 58.13%
BLUE value IS 58 (23.05% from 255) = 15.98%
R=25.90%
G=58.13%
B=15.98%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal94211580.5500.730.17105.8863.4952.75
Hex5ED33A37049116a3f35
Octal13632372670111211527765
Binary10111101101001111101011011101001001100011101010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ED33A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,211,58); }

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

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

 a { background-color: rgb(94,211,58); }

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

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

 span { border-color: rgb(94,211,58); }

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