Html Css Color HEX #5EBA50 Apple

📋 copy color: '#5EBA50'

red 94 ◦ green 186 ◦ blue 80

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

Shades of Apple #5EBA50

Tints of Apple #5EBA50

RGB

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

 GREEN value IS 186 (73.05% from 255) = 51.67%

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

R = 26.11%
G = 51.67%
B = 22.22%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#5EBA50 (or 0x5EBA50) is known color: Apple. HEX triplet: 5E, BA and 50. RGB value is (94,186,80). Sum of RGB (Red+Green+Blue) = 94+186+80=360 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.11% from 360); Green value is 186 (73.05% from 255 or 51.67% from 360); Blue value is 80 (31.64% from 255 or 22.22% from 360); Max value from RGB is 186 - color contains mainly: green. Hex color #5EBA50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EBA50 is #A145AF. Grayscale: #929292. Windows color (decimal): -10569136 or 5290590. OLE color: 5290590.

HSL color Cylindrical-coordinate representation of color #5EBA50: hue angle of 112.08º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EBA50 is Cyan = 0.49, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 94 186 80 -
CMYK 0.49 0 0.57 0.27
HSL 112.08º 0.43% 0.52% -
HSV(B) 112.08º 0.57% 0.73% -
XYZ 23.62 38.08 13.69 -
YUV 146.41 90.52 90.62 -
System Red Green Blue C M Y K H S L
Decimal 94 186 80 0.49 0 0.57 0.27 112.08 0.43 0.52
Hex 5E BA 50 31 0 39 1B 70 2B 34
Octal 136 272 120 61 0 71 33 160 53 64
Binary 1011110 10111010 1010000 110001 0 111001 11011 1110000 101011 110100

Color Harmonies of #5EBA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBA50

Black with #5EBA50

Text Example


Text Example

White with #5EBA50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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