Html Css Color HEX #8ED764 Mantis

📋 copy color: '#8ED764'

red 142 ◦ green 215 ◦ blue 100

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

Shades of Mantis #8ED764

Tints of Mantis #8ED764

RGB

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

 GREEN value IS 215 (84.38% from 255) = 47.05%

 BLUE value IS 100 (39.45% from 255) = 21.88%

R = 31.07%
G = 47.05%
B = 21.88%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#8ED764 (or 0x8ED764) is known color: Mantis. HEX triplet: 8E, D7 and 64. RGB value is (142,215,100). Sum of RGB (Red+Green+Blue) = 142+215+100=457 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.07% from 457); Green value is 215 (84.38% from 255 or 47.05% from 457); Blue value is 100 (39.45% from 255 or 21.88% from 457); Max value from RGB is 215 - color contains mainly: green. Hex color #8ED764 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED764 is #71289B. Grayscale: #B4B4B4. Windows color (decimal): -7415964 or 6608782. OLE color: 6608782.

HSL color Cylindrical-coordinate representation of color #8ED764: hue angle of 98.09º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8ED764 is Cyan = 0.34, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 142 215 100 -
CMYK 0.34 0 0.53 0.16
HSL 98.09º 0.59% 0.62% -
HSV(B) 98.09º 0.53% 0.84% -
XYZ 37.76 55.27 20.74 -
YUV 180.06 82.82 100.85 -
System Red Green Blue C M Y K H S L
Decimal 142 215 100 0.34 0 0.53 0.16 98.09 0.59 0.62
Hex 8E D7 64 22 0 35 10 62 3B 3E
Octal 216 327 144 42 0 65 20 142 73 76
Binary 10001110 11010111 1100100 100010 0 110101 10000 1100010 111011 111110

Color Harmonies of #8ED764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED764

Black with #8ED764

Text Example


Text Example

White with #8ED764

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,215,100); }

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

background-color css

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

 a { background-color: rgb(142,215,100); }

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

border-color css

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

 span { border-color: rgb(142,215,100); }

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