Html Css Color HEX #8EDC61 Mantis

📋 copy color: '#8EDC61'

red 142 ◦ green 220 ◦ blue 97

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

Shades of Mantis #8EDC61

Tints of Mantis #8EDC61

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.93%

 BLUE value IS 97 (38.28% from 255) = 21.13%

R = 30.94%
G = 47.93%
B = 21.13%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#8EDC61 (or 0x8EDC61) is known color: Mantis. HEX triplet: 8E, DC and 61. RGB value is (142,220,97). Sum of RGB (Red+Green+Blue) = 142+220+97=459 (60% of max value = 765). Red value is 142 (55.86% from 255 or 30.94% from 459); Green value is 220 (86.33% from 255 or 47.93% from 459); Blue value is 97 (38.28% from 255 or 21.13% from 459); Max value from RGB is 220 - color contains mainly: green. Hex color #8EDC61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDC61 is #71239E. Grayscale: #B7B7B7. Windows color (decimal): -7414687 or 6413454. OLE color: 6413454.

HSL color Cylindrical-coordinate representation of color #8EDC61: hue angle of 98.05º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8EDC61 is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 142 220 97 -
CMYK 0.35 0 0.56 0.14
HSL 98.05º 0.64% 0.62% -
HSV(B) 98.05º 0.56% 0.86% -
XYZ 38.91 57.8 20.42 -
YUV 182.66 79.66 99 -
System Red Green Blue C M Y K H S L
Decimal 142 220 97 0.35 0 0.56 0.14 98.05 0.64 0.62
Hex 8E DC 61 23 0 38 E 62 40 3E
Octal 216 334 141 43 0 70 16 142 100 76
Binary 10001110 11011100 1100001 100011 0 111000 1110 1100010 1000000 111110

Color Harmonies of #8EDC61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDC61

Black with #8EDC61

Text Example


Text Example

White with #8EDC61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,220,97); }

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

background-color css

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

 a { background-color: rgb(142,220,97); }

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

border-color css

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

 span { border-color: rgb(142,220,97); }

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