Html Css Color HEX #8EC950 Mantis

📋 copy color: '#8EC950'

red 142 ◦ green 201 ◦ blue 80

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

Shades of Mantis #8EC950

Tints of Mantis #8EC950

RGB

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

 GREEN value IS 201 (78.91% from 255) = 47.52%

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

R = 33.57%
G = 47.52%
B = 18.91%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#8EC950 (or 0x8EC950) is known color: Mantis. HEX triplet: 8E, C9 and 50. RGB value is (142,201,80). Sum of RGB (Red+Green+Blue) = 142+201+80=423 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.57% from 423); Green value is 201 (78.91% from 255 or 47.52% from 423); Blue value is 80 (31.64% from 255 or 18.91% from 423); Max value from RGB is 201 - color contains mainly: green. Hex color #8EC950 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC950 is #7136AF. Grayscale: #A9A9A9. Windows color (decimal): -7419568 or 5294478. OLE color: 5294478.

HSL color Cylindrical-coordinate representation of color #8EC950: hue angle of 89.26º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8EC950 is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB 142 201 80 -
CMYK 0.29 0 0.60 0.21
HSL 89.26º 0.53% 0.55% -
HSV(B) 89.26º 0.6% 0.79% -
XYZ 33.49 48.1 15.11 -
YUV 169.57 77.45 108.34 -
System Red Green Blue C M Y K H S L
Decimal 142 201 80 0.29 0 0.60 0.21 89.26 0.53 0.55
Hex 8E C9 50 1D 0 3C 15 59 35 37
Octal 216 311 120 35 0 74 25 131 65 67
Binary 10001110 11001001 1010000 11101 0 111100 10101 1011001 110101 110111

Color Harmonies of #8EC950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC950

Black with #8EC950

Text Example


Text Example

White with #8EC950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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