Html Css Color HEX #8ED06D Mantis

📋 copy color: '#8ED06D'

red 142 ◦ green 208 ◦ blue 109

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

Shades of Mantis #8ED06D

Tints of Mantis #8ED06D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.32%

 BLUE value IS 109 (42.97% from 255) = 23.75%

R = 30.94%
G = 45.32%
B = 23.75%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#8ED06D (or 0x8ED06D) is known color: Mantis. HEX triplet: 8E, D0 and 6D. RGB value is (142,208,109). Sum of RGB (Red+Green+Blue) = 142+208+109=459 (60% of max value = 765). Red value is 142 (55.86% from 255 or 30.94% from 459); Green value is 208 (81.64% from 255 or 45.32% from 459); Blue value is 109 (42.97% from 255 or 23.75% from 459); Max value from RGB is 208 - color contains mainly: green. Hex color #8ED06D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED06D is #712F92. Grayscale: #B1B1B1. Windows color (decimal): -7417747 or 7196814. OLE color: 7196814.

HSL color Cylindrical-coordinate representation of color #8ED06D: hue angle of 100º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8ED06D is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 142 208 109 -
CMYK 0.32 0 0.48 0.18
HSL 100º 0.51% 0.62% -
HSV(B) 100º 0.48% 0.82% -
XYZ 36.47 51.97 22.58 -
YUV 176.98 89.63 103.05 -
System Red Green Blue C M Y K H S L
Decimal 142 208 109 0.32 0 0.48 0.18 100 0.51 0.62
Hex 8E D0 6D 20 0 30 12 64 33 3E
Octal 216 320 155 40 0 60 22 144 63 76
Binary 10001110 11010000 1101101 100000 0 110000 10010 1100100 110011 111110

Color Harmonies of #8ED06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED06D

Black with #8ED06D

Text Example


Text Example

White with #8ED06D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,208,109); }

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

background-color css

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

 a { background-color: rgb(142,208,109); }

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

border-color css

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

 span { border-color: rgb(142,208,109); }

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