Html Css Color HEX #8ECD50 Mantis

📋 copy color: '#8ECD50'

red 142 ◦ green 205 ◦ blue 80

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

Shades of Mantis #8ECD50

Tints of Mantis #8ECD50

RGB

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

 GREEN value IS 205 (80.47% from 255) = 48.01%

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

R = 33.26%
G = 48.01%
B = 18.74%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#8ECD50 (or 0x8ECD50) is known color: Mantis. HEX triplet: 8E, CD and 50. RGB value is (142,205,80). Sum of RGB (Red+Green+Blue) = 142+205+80=427 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.26% from 427); Green value is 205 (80.47% from 255 or 48.01% from 427); Blue value is 80 (31.64% from 255 or 18.74% from 427); Max value from RGB is 205 - color contains mainly: green. Hex color #8ECD50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ECD50 is #7132AF. Grayscale: #ACACAC. Windows color (decimal): -7418544 or 5295502. OLE color: 5295502.

HSL color Cylindrical-coordinate representation of color #8ECD50: hue angle of 90.24º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8ECD50 is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB 142 205 80 -
CMYK 0.31 0 0.61 0.20
HSL 90.24º 0.56% 0.56% -
HSV(B) 90.24º 0.61% 0.8% -
XYZ 34.43 49.99 15.42 -
YUV 171.91 76.13 106.66 -
System Red Green Blue C M Y K H S L
Decimal 142 205 80 0.31 0 0.61 0.20 90.24 0.56 0.56
Hex 8E CD 50 1F 0 3D 14 5A 38 38
Octal 216 315 120 37 0 75 24 132 70 70
Binary 10001110 11001101 1010000 11111 0 111101 10100 1011010 111000 111000

Color Harmonies of #8ECD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ECD50

Black with #8ECD50

Text Example


Text Example

White with #8ECD50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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