Html Css Color HEX #8ED75D Mantis

📋 copy color: '#8ED75D'

red 142 ◦ green 215 ◦ blue 93

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

Shades of Mantis #8ED75D

Tints of Mantis #8ED75D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.67%

R = 31.56%
G = 47.78%
B = 20.67%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#8ED75D (or 0x8ED75D) is known color: Mantis. HEX triplet: 8E, D7 and 5D. RGB value is (142,215,93). Sum of RGB (Red+Green+Blue) = 142+215+93=450 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.56% from 450); Green value is 215 (84.38% from 255 or 47.78% from 450); Blue value is 93 (36.72% from 255 or 20.67% from 450); Max value from RGB is 215 - color contains mainly: green. Hex color #8ED75D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED75D is #7128A2. Grayscale: #B3B3B3. Windows color (decimal): -7415971 or 6150030. OLE color: 6150030.

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

Color convert

RGB 142 215 93 -
CMYK 0.34 0 0.57 0.16
HSL 95.9º 0.6% 0.6% -
HSV(B) 95.9º 0.57% 0.84% -
XYZ 37.43 55.14 19.03 -
YUV 179.27 79.32 101.42 -
System Red Green Blue C M Y K H S L
Decimal 142 215 93 0.34 0 0.57 0.16 95.9 0.6 0.6
Hex 8E D7 5D 22 0 39 10 60 3C 3C
Octal 216 327 135 42 0 71 20 140 74 74
Binary 10001110 11010111 1011101 100010 0 111001 10000 1100000 111100 111100

Color Harmonies of #8ED75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED75D

Black with #8ED75D

Text Example


Text Example

White with #8ED75D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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