Html Css Color HEX #8EC050 Mantis

📋 copy color: '#8EC050'

red 142 ◦ green 192 ◦ blue 80

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

Shades of Mantis #8EC050

Tints of Mantis #8EC050

RGB

 RED value IS 142 (55.86% from 255) = 34.3%

 GREEN value IS 192 (75.39% from 255) = 46.38%

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

R = 34.3%
G = 46.38%
B = 19.32%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#8EC050 (or 0x8EC050) is known color: Mantis. HEX triplet: 8E, C0 and 50. RGB value is (142,192,80). Sum of RGB (Red+Green+Blue) = 142+192+80=414 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.30% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 80 (31.64% from 255 or 19.32% from 414); Max value from RGB is 192 - color contains mainly: green. Hex color #8EC050 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC050 is #713FAF. Grayscale: #A4A4A4. Windows color (decimal): -7421872 or 5292174. OLE color: 5292174.

HSL color Cylindrical-coordinate representation of color #8EC050: hue angle of 86.79º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8EC050 is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 142 192 80 -
CMYK 0.26 0 0.58 0.25
HSL 86.79º 0.47% 0.53% -
HSV(B) 86.79º 0.58% 0.75% -
XYZ 31.45 44.03 14.43 -
YUV 164.28 80.44 112.11 -
System Red Green Blue C M Y K H S L
Decimal 142 192 80 0.26 0 0.58 0.25 86.79 0.47 0.53
Hex 8E C0 50 1A 0 3A 19 57 2F 35
Octal 216 300 120 32 0 72 31 127 57 65
Binary 10001110 11000000 1010000 11010 0 111010 11001 1010111 101111 110101

Color Harmonies of #8EC050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC050

Black with #8EC050

Text Example


Text Example

White with #8EC050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8EC050; }

 p { color: rgb(142,192,80); }

 H1.HeaderClassName
 {
   color: #8EC050;
 }
 .AnyTagClassName
 {
   color: #8EC050;
 }
</style>

background-color css

<style>
 a { background-color: #8EC050; }

 a { background-color: rgb(142,192,80); }

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

border-color css

<style>
 span { border-color: #8EC050; }

 span { border-color: rgb(142,192,80); }

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