Html Css Color HEX #8ED85C Mantis

📋 copy color: '#8ED85C'

red 142 ◦ green 216 ◦ blue 92

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

Shades of Mantis #8ED85C

Tints of Mantis #8ED85C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 48%

 BLUE value IS 92 (36.33% from 255) = 20.44%

R = 31.56%
G = 48%
B = 20.44%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#8ED85C (or 0x8ED85C) is known color: Mantis. HEX triplet: 8E, D8 and 5C. RGB value is (142,216,92). Sum of RGB (Red+Green+Blue) = 142+216+92=450 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.56% from 450); Green value is 216 (84.77% from 255 or 48% from 450); Blue value is 92 (36.33% from 255 or 20.44% from 450); Max value from RGB is 216 - color contains mainly: green. Hex color #8ED85C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED85C is #7127A3. Grayscale: #B4B4B4. Windows color (decimal): -7415716 or 6084750. OLE color: 6084750.

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

Color convert

RGB 142 216 92 -
CMYK 0.34 0 0.57 0.15
HSL 95.81º 0.61% 0.6% -
HSV(B) 95.81º 0.57% 0.85% -
XYZ 37.64 55.64 18.88 -
YUV 179.74 78.48 101.08 -
System Red Green Blue C M Y K H S L
Decimal 142 216 92 0.34 0 0.57 0.15 95.81 0.61 0.6
Hex 8E D8 5C 22 0 39 F 60 3D 3C
Octal 216 330 134 42 0 71 17 140 75 74
Binary 10001110 11011000 1011100 100010 0 111001 1111 1100000 111101 111100

Color Harmonies of #8ED85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED85C

Black with #8ED85C

Text Example


Text Example

White with #8ED85C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,216,92); }

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

background-color css

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

 a { background-color: rgb(142,216,92); }

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

border-color css

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

 span { border-color: rgb(142,216,92); }

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