Html Css Color HEX #8EC450 Mantis

📋 copy color: '#8EC450'

red 142 ◦ green 196 ◦ blue 80

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

Shades of Mantis #8EC450

Tints of Mantis #8EC450

RGB

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

 GREEN value IS 196 (76.95% from 255) = 46.89%

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

R = 33.97%
G = 46.89%
B = 19.14%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#8EC450 (or 0x8EC450) is known color: Mantis. HEX triplet: 8E, C4 and 50. RGB value is (142,196,80). Sum of RGB (Red+Green+Blue) = 142+196+80=418 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.97% from 418); Green value is 196 (76.95% from 255 or 46.89% from 418); Blue value is 80 (31.64% from 255 or 19.14% from 418); Max value from RGB is 196 - color contains mainly: green. Hex color #8EC450 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC450 is #713BAF. Grayscale: #A7A7A7. Windows color (decimal): -7420848 or 5293198. OLE color: 5293198.

HSL color Cylindrical-coordinate representation of color #8EC450: hue angle of 87.93º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8EC450 is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 142 196 80 -
CMYK 0.28 0 0.59 0.23
HSL 87.93º 0.5% 0.54% -
HSV(B) 87.93º 0.59% 0.77% -
XYZ 32.34 45.81 14.73 -
YUV 166.63 79.11 110.43 -
System Red Green Blue C M Y K H S L
Decimal 142 196 80 0.28 0 0.59 0.23 87.93 0.5 0.54
Hex 8E C4 50 1C 0 3B 17 58 32 36
Octal 216 304 120 34 0 73 27 130 62 66
Binary 10001110 11000100 1010000 11100 0 111011 10111 1011000 110010 110110

Color Harmonies of #8EC450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC450

Black with #8EC450

Text Example


Text Example

White with #8EC450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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