Html Css Color HEX #5EB350 Apple

📋 copy color: '#5EB350'

red 94 ◦ green 179 ◦ blue 80

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

Shades of Apple #5EB350

Tints of Apple #5EB350

RGB

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

 GREEN value IS 179 (70.31% from 255) = 50.71%

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

R = 26.63%
G = 50.71%
B = 22.66%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#5EB350 (or 0x5EB350) is known color: Apple. HEX triplet: 5E, B3 and 50. RGB value is (94,179,80). Sum of RGB (Red+Green+Blue) = 94+179+80=353 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.63% from 353); Green value is 179 (70.31% from 255 or 50.71% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 179 - color contains mainly: green. Hex color #5EB350 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EB350 is #A14CAF. Grayscale: #8E8E8E. Windows color (decimal): -10570928 or 5288798. OLE color: 5288798.

HSL color Cylindrical-coordinate representation of color #5EB350: hue angle of 111.52º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5EB350 is Cyan = 0.47, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB 94 179 80 -
CMYK 0.47 0 0.55 0.30
HSL 111.52º 0.39% 0.51% -
HSV(B) 111.52º 0.55% 0.7% -
XYZ 22.18 35.2 13.21 -
YUV 142.3 92.84 93.55 -
System Red Green Blue C M Y K H S L
Decimal 94 179 80 0.47 0 0.55 0.30 111.52 0.39 0.51
Hex 5E B3 50 2F 0 37 1E 70 27 33
Octal 136 263 120 57 0 67 36 160 47 63
Binary 1011110 10110011 1010000 101111 0 110111 11110 1110000 100111 110011

Color Harmonies of #5EB350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EB350

Black with #5EB350

Text Example


Text Example

White with #5EB350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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