Html Css Color HEX #8EC350 Mantis

📋 copy color: '#8EC350'

red 142 ◦ green 195 ◦ blue 80

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

Shades of Mantis #8EC350

Tints of Mantis #8EC350

RGB

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

 GREEN value IS 195 (76.56% from 255) = 46.76%

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

R = 34.05%
G = 46.76%
B = 19.18%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#8EC350 (or 0x8EC350) is known color: Mantis. HEX triplet: 8E, C3 and 50. RGB value is (142,195,80). Sum of RGB (Red+Green+Blue) = 142+195+80=417 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.05% from 417); Green value is 195 (76.56% from 255 or 46.76% from 417); Blue value is 80 (31.64% from 255 or 19.18% from 417); Max value from RGB is 195 - color contains mainly: green. Hex color #8EC350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC350 is #713CAF. Grayscale: #A6A6A6. Windows color (decimal): -7421104 or 5292942. OLE color: 5292942.

HSL color Cylindrical-coordinate representation of color #8EC350: hue angle of 87.65º degrees, saturation: 0.49, 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 #8EC350 is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 142 195 80 -
CMYK 0.27 0 0.59 0.24
HSL 87.65º 0.49% 0.54% -
HSV(B) 87.65º 0.59% 0.76% -
XYZ 32.12 45.36 14.65 -
YUV 166.04 79.44 110.85 -
System Red Green Blue C M Y K H S L
Decimal 142 195 80 0.27 0 0.59 0.24 87.65 0.49 0.54
Hex 8E C3 50 1B 0 3B 18 58 31 36
Octal 216 303 120 33 0 73 30 130 61 66
Binary 10001110 11000011 1010000 11011 0 111011 11000 1011000 110001 110110

Color Harmonies of #8EC350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC350

Black with #8EC350

Text Example


Text Example

White with #8EC350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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