Html Css Color HEX #8EDD61 Mantis

📋 copy color: '#8EDD61'

red 142 ◦ green 221 ◦ blue 97

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

Shades of Mantis #8EDD61

Tints of Mantis #8EDD61

RGB

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

 GREEN value IS 221 (86.72% from 255) = 48.04%

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

R = 30.87%
G = 48.04%
B = 21.09%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#8EDD61 (or 0x8EDD61) is known color: Mantis. HEX triplet: 8E, DD and 61. RGB value is (142,221,97). Sum of RGB (Red+Green+Blue) = 142+221+97=460 (60% of max value = 765). Red value is 142 (55.86% from 255 or 30.87% from 460); Green value is 221 (86.72% from 255 or 48.04% from 460); Blue value is 97 (38.28% from 255 or 21.09% from 460); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDD61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDD61 is #71229E. Grayscale: #B7B7B7. Windows color (decimal): -7414431 or 6413710. OLE color: 6413710.

HSL color Cylindrical-coordinate representation of color #8EDD61: hue angle of 98.23º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8EDD61 is Cyan = 0.36, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 221 97 -
CMYK 0.36 0 0.56 0.13
HSL 98.23º 0.65% 0.62% -
HSV(B) 98.23º 0.56% 0.87% -
XYZ 39.17 58.33 20.5 -
YUV 183.24 79.33 98.58 -
System Red Green Blue C M Y K H S L
Decimal 142 221 97 0.36 0 0.56 0.13 98.23 0.65 0.62
Hex 8E DD 61 24 0 38 D 62 41 3E
Octal 216 335 141 44 0 70 15 142 101 76
Binary 10001110 11011101 1100001 100100 0 111000 1101 1100010 1000001 111110

Color Harmonies of #8EDD61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDD61

Black with #8EDD61

Text Example


Text Example

White with #8EDD61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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