Html Css Color HEX #8ED75A Mantis

📋 copy color: '#8ED75A'

red 142 ◦ green 215 ◦ blue 90

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

Shades of Mantis #8ED75A

Tints of Mantis #8ED75A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.13%

R = 31.77%
G = 48.1%
B = 20.13%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#8ED75A (or 0x8ED75A) is known color: Mantis. HEX triplet: 8E, D7 and 5A. RGB value is (142,215,90). Sum of RGB (Red+Green+Blue) = 142+215+90=447 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.77% from 447); Green value is 215 (84.38% from 255 or 48.10% from 447); Blue value is 90 (35.55% from 255 or 20.13% from 447); Max value from RGB is 215 - color contains mainly: green. Hex color #8ED75A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED75A is #7128A5. Grayscale: #B3B3B3. Windows color (decimal): -7415974 or 5953422. OLE color: 5953422.

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

Color convert

RGB 142 215 90 -
CMYK 0.34 0 0.58 0.16
HSL 95.04º 0.61% 0.6% -
HSV(B) 95.04º 0.58% 0.84% -
XYZ 37.3 55.09 18.34 -
YUV 178.92 77.82 101.66 -
System Red Green Blue C M Y K H S L
Decimal 142 215 90 0.34 0 0.58 0.16 95.04 0.61 0.6
Hex 8E D7 5A 22 0 3A 10 5F 3D 3C
Octal 216 327 132 42 0 72 20 137 75 74
Binary 10001110 11010111 1011010 100010 0 111010 10000 1011111 111101 111100

Color Harmonies of #8ED75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED75A

Black with #8ED75A

Text Example


Text Example

White with #8ED75A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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