#5ED83C

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

Shades of Apple #5ED83C

Tints of Apple #5ED83C

Color information

#5ED83C (or 0x5ED83C) is unknown color: approx Apple. HEX triplet: 5E, D8 and 3C. RGB value is (94,216,60). Sum of RGB (Red+Green+Blue) = 94+216+60=370 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.41% from 370); Green value is 216 (84.77% from 255 or 58.38% from 370); Blue value is 60 (23.83% from 255 or 16.22% from 370); Max value from RGB is 216 - color contains mainly: green. Hex color #5ED83C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ED83C is #A127C3. Grayscale: #A2A2A2. Windows color (decimal): -10561476 or 3987550. OLE color: 3987550.

HSL color Cylindrical-coordinate representation of color #5ED83C: hue angle of 106.92º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5ED83C is Cyan = 0.56, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB9421660-
CMYK0.5600.720.15
HSL106.92º66.67%54.12%-
HSV(B)106.92º72.22%84.71%-
XYZ29.9951.8212.7-
YUV161.7470.5879.68-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.41%
GREEN value IS 216 (84.77% from 255) = 58.38%
BLUE value IS 60 (23.83% from 255) = 16.22%
R=25.41%
G=58.38%
B=16.22%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal94216600.5600.720.15106.9266.6754.12
Hex5ED83C38048F6b4336
Octal136330747001101715310366
Binary10111101101100011110011100001001000111111010111000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ED83C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,216,60); }

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

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

 a { background-color: rgb(94,216,60); }

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

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

 span { border-color: rgb(94,216,60); }

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