Html Css Color HEX #5ED650 Apple

📋 copy color: '#5ED650'

red 94 ◦ green 214 ◦ blue 80

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

Shades of Apple #5ED650

Tints of Apple #5ED650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.62%

R = 24.23%
G = 55.15%
B = 20.62%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#5ED650 (or 0x5ED650) is known color: Apple. HEX triplet: 5E, D6 and 50. RGB value is (94,214,80). Sum of RGB (Red+Green+Blue) = 94+214+80=388 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.23% from 388); Green value is 214 (83.98% from 255 or 55.15% from 388); Blue value is 80 (31.64% from 255 or 20.62% from 388); Max value from RGB is 214 - color contains mainly: green. Hex color #5ED650 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ED650 is #A129AF. Grayscale: #A3A3A3. Windows color (decimal): -10561968 or 5297758. OLE color: 5297758.

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

Color convert

RGB 94 214 80 -
CMYK 0.56 0 0.63 0.16
HSL 113.73º 0.62% 0.58% -
HSV(B) 113.73º 0.63% 0.84% -
XYZ 30.11 51.05 15.86 -
YUV 162.84 81.24 78.9 -
System Red Green Blue C M Y K H S L
Decimal 94 214 80 0.56 0 0.63 0.16 113.73 0.62 0.58
Hex 5E D6 50 38 0 3F 10 72 3E 3A
Octal 136 326 120 70 0 77 20 162 76 72
Binary 1011110 11010110 1010000 111000 0 111111 10000 1110010 111110 111010

Color Harmonies of #5ED650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ED650

Black with #5ED650

Text Example


Text Example

White with #5ED650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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