Html Css Color HEX #5EAD50 Apple

📋 copy color: '#5EAD50'

red 94 ◦ green 173 ◦ blue 80

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

Shades of Apple #5EAD50

Tints of Apple #5EAD50

RGB

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

 GREEN value IS 173 (67.97% from 255) = 49.86%

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

R = 27.09%
G = 49.86%
B = 23.05%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#5EAD50 (or 0x5EAD50) is known color: Apple. HEX triplet: 5E, AD and 50. RGB value is (94,173,80). Sum of RGB (Red+Green+Blue) = 94+173+80=347 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.09% from 347); Green value is 173 (67.97% from 255 or 49.86% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 173 - color contains mainly: green. Hex color #5EAD50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAD50 is #A152AF. Grayscale: #8B8B8B. Windows color (decimal): -10572464 or 5287262. OLE color: 5287262.

HSL color Cylindrical-coordinate representation of color #5EAD50: hue angle of 110.97º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5EAD50 is Cyan = 0.46, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB 94 173 80 -
CMYK 0.46 0 0.54 0.32
HSL 110.97º 0.37% 0.5% -
HSV(B) 110.97º 0.54% 0.68% -
XYZ 21.01 32.85 12.82 -
YUV 138.78 94.83 96.06 -
System Red Green Blue C M Y K H S L
Decimal 94 173 80 0.46 0 0.54 0.32 110.97 0.37 0.5
Hex 5E AD 50 2E 0 36 20 6F 25 32
Octal 136 255 120 56 0 66 40 157 45 62
Binary 1011110 10101101 1010000 101110 0 110110 100000 1101111 100101 110010

Color Harmonies of #5EAD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAD50

Black with #5EAD50

Text Example


Text Example

White with #5EAD50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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