Html Css Color HEX #5EC150 Apple

📋 copy color: '#5EC150'

red 94 ◦ green 193 ◦ blue 80

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

Shades of Apple #5EC150

Tints of Apple #5EC150

RGB

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

 GREEN value IS 193 (75.78% from 255) = 52.59%

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

R = 25.61%
G = 52.59%
B = 21.8%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#5EC150 (or 0x5EC150) is known color: Apple. HEX triplet: 5E, C1 and 50. RGB value is (94,193,80). Sum of RGB (Red+Green+Blue) = 94+193+80=367 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.61% from 367); Green value is 193 (75.78% from 255 or 52.59% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 193 - color contains mainly: green. Hex color #5EC150 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EC150 is #A13EAF. Grayscale: #969696. Windows color (decimal): -10567344 or 5292382. OLE color: 5292382.

HSL color Cylindrical-coordinate representation of color #5EC150: hue angle of 112.57º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5EC150 is Cyan = 0.51, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 94 193 80 -
CMYK 0.51 0 0.59 0.24
HSL 112.57º 0.48% 0.54% -
HSV(B) 112.57º 0.59% 0.76% -
XYZ 25.13 41.1 14.2 -
YUV 150.52 88.2 87.69 -
System Red Green Blue C M Y K H S L
Decimal 94 193 80 0.51 0 0.59 0.24 112.57 0.48 0.54
Hex 5E C1 50 33 0 3B 18 71 30 36
Octal 136 301 120 63 0 73 30 161 60 66
Binary 1011110 11000001 1010000 110011 0 111011 11000 1110001 110000 110110

Color Harmonies of #5EC150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EC150

Black with #5EC150

Text Example


Text Example

White with #5EC150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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