Html Css Color HEX #8ED650 Mantis

📋 copy color: '#8ED650'

red 142 ◦ green 214 ◦ blue 80

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

Shades of Mantis #8ED650

Tints of Mantis #8ED650

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.08%

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

R = 32.57%
G = 49.08%
B = 18.35%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#8ED650 (or 0x8ED650) is known color: Mantis. HEX triplet: 8E, D6 and 50. RGB value is (142,214,80). Sum of RGB (Red+Green+Blue) = 142+214+80=436 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.57% from 436); Green value is 214 (83.98% from 255 or 49.08% from 436); Blue value is 80 (31.64% from 255 or 18.35% from 436); Max value from RGB is 214 - color contains mainly: green. Hex color #8ED650 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED650 is #7129AF. Grayscale: #B1B1B1. Windows color (decimal): -7416240 or 5297806. OLE color: 5297806.

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

Color convert

RGB 142 214 80 -
CMYK 0.34 0 0.63 0.16
HSL 92.24º 0.62% 0.58% -
HSV(B) 92.24º 0.63% 0.84% -
XYZ 36.65 54.42 16.16 -
YUV 177.2 73.15 102.9 -
System Red Green Blue C M Y K H S L
Decimal 142 214 80 0.34 0 0.63 0.16 92.24 0.62 0.58
Hex 8E D6 50 22 0 3F 10 5C 3E 3A
Octal 216 326 120 42 0 77 20 134 76 72
Binary 10001110 11010110 1010000 100010 0 111111 10000 1011100 111110 111010

Color Harmonies of #8ED650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED650

Black with #8ED650

Text Example


Text Example

White with #8ED650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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