#5ed454

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

Shades of Apple #5ED454

Tints of Apple #5ED454

Color information

#5ED454 (or 0x5ED454) is unknown color: approx Apple. HEX triplet: 5E, D4 and 54. RGB value is (94,212,84). Sum of RGB (Red+Green+Blue) = 94+212+84=390 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.10% from 390); Green value is 212 (83.20% from 255 or 54.36% from 390); Blue value is 84 (33.20% from 255 or 21.54% from 390); Max value from RGB is 212 - color contains mainly: green. Hex color #5ED454 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ED454 is #A12BAB. Grayscale: #A2A2A2. Windows color (decimal): -10562476 or 5559390. OLE color: 5559390.

HSL color Cylindrical-coordinate representation of color #5ED454: hue angle of 115.31º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5ED454 is Cyan = 0.56, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.17.

Color convert

RGB9421284-
CMYK0.5600.600.17
HSL115.31º59.81%58.04%-
HSV(B)115.31º60.38%83.14%-
XYZ29.7650.1116.49-
YUV162.1383.9179.41-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.10%
GREEN value IS 212 (83.20% from 255) = 54.36%
BLUE value IS 84 (33.20% from 255) = 21.54%
R=24.10%
G=54.36%
B=21.54%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal94212840.5600.600.17115.3159.8158.04
Hex5ED4543803C11733c3a
Octal13632412470074211637472
Binary10111101101010010101001110000111100100011110011111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ed454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,212,84); }

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

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

 a { background-color: rgb(94,212,84); }

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

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

 span { border-color: rgb(94,212,84); }

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