Html Css Color HEX #5ED64A Apple

📋 copy color: '#5ED64A'

red 94 ◦ green 214 ◦ blue 74

#5ED64A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #5ED64A

Tints of Apple #5ED64A

RGB

 RED value IS 94 (37.11% from 255) = 24.61%

 GREEN value IS 214 (83.98% from 255) = 56.02%

 BLUE value IS 74 (29.3% from 255) = 19.37%

R = 24.61%
G = 56.02%
B = 19.37%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#5ED64A (or 0x5ED64A) is known color: Apple. HEX triplet: 5E, D6 and 4A. RGB value is (94,214,74). Sum of RGB (Red+Green+Blue) = 94+214+74=382 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.61% from 382); Green value is 214 (83.98% from 255 or 56.02% from 382); Blue value is 74 (29.30% from 255 or 19.37% from 382); Max value from RGB is 214 - color contains mainly: green. Hex color #5ED64A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ED64A is #A129B5. Grayscale: #A2A2A2. Windows color (decimal): -10561974 or 4904542. OLE color: 4904542.

HSL color Cylindrical-coordinate representation of color #5ED64A: hue angle of 111.43º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5ED64A is Cyan = 0.56, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 94 214 74 -
CMYK 0.56 0 0.65 0.16
HSL 111.43º 0.63% 0.56% -
HSV(B) 111.43º 0.65% 0.84% -
XYZ 29.9 50.97 14.74 -
YUV 162.16 78.24 79.38 -
System Red Green Blue C M Y K H S L
Decimal 94 214 74 0.56 0 0.65 0.16 111.43 0.63 0.56
Hex 5E D6 4A 38 0 41 10 6F 3F 38
Octal 136 326 112 70 0 101 20 157 77 70
Binary 1011110 11010110 1001010 111000 0 1000001 10000 1101111 111111 111000

Color Harmonies of #5ED64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ED64A

Black with #5ED64A

Text Example


Text Example

White with #5ED64A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,214,74); }

 H1.HeaderClassName
 {
   color: #5ED64A;
 }
 .AnyTagClassName
 {
   color: #5ED64A;
 }
</style>

background-color css

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

 a { background-color: rgb(94,214,74); }

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

border-color css

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

 span { border-color: rgb(94,214,74); }

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