Html Css Color HEX #8ED550 Mantis

📋 copy color: '#8ED550'

red 142 ◦ green 213 ◦ blue 80

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

Shades of Mantis #8ED550

Tints of Mantis #8ED550

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.97%

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

R = 32.64%
G = 48.97%
B = 18.39%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#8ED550 (or 0x8ED550) is known color: Mantis. HEX triplet: 8E, D5 and 50. RGB value is (142,213,80). Sum of RGB (Red+Green+Blue) = 142+213+80=435 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.64% from 435); Green value is 213 (83.59% from 255 or 48.97% from 435); Blue value is 80 (31.64% from 255 or 18.39% from 435); Max value from RGB is 213 - color contains mainly: green. Hex color #8ED550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED550 is #712AAF. Grayscale: #B1B1B1. Windows color (decimal): -7416496 or 5297550. OLE color: 5297550.

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

Color convert

RGB 142 213 80 -
CMYK 0.33 0 0.62 0.16
HSL 92.03º 0.61% 0.57% -
HSV(B) 92.03º 0.62% 0.84% -
XYZ 36.4 53.92 16.08 -
YUV 176.61 73.48 103.31 -
System Red Green Blue C M Y K H S L
Decimal 142 213 80 0.33 0 0.62 0.16 92.03 0.61 0.57
Hex 8E D5 50 21 0 3E 10 5C 3D 39
Octal 216 325 120 41 0 76 20 134 75 71
Binary 10001110 11010101 1010000 100001 0 111110 10000 1011100 111101 111001

Color Harmonies of #8ED550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED550

Black with #8ED550

Text Example


Text Example

White with #8ED550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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