Html Css Color HEX #8ED85F Mantis

📋 copy color: '#8ED85F'

red 142 ◦ green 216 ◦ blue 95

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

Shades of Mantis #8ED85F

Tints of Mantis #8ED85F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.97%

R = 31.35%
G = 47.68%
B = 20.97%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#8ED85F (or 0x8ED85F) is known color: Mantis. HEX triplet: 8E, D8 and 5F. RGB value is (142,216,95). Sum of RGB (Red+Green+Blue) = 142+216+95=453 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.35% from 453); Green value is 216 (84.77% from 255 or 47.68% from 453); Blue value is 95 (37.5% from 255 or 20.97% from 453); Max value from RGB is 216 - color contains mainly: green. Hex color #8ED85F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED85F is #7127A0. Grayscale: #B4B4B4. Windows color (decimal): -7415713 or 6281358. OLE color: 6281358.

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

Color convert

RGB 142 216 95 -
CMYK 0.34 0 0.56 0.15
HSL 96.69º 0.61% 0.61% -
HSV(B) 96.69º 0.56% 0.85% -
XYZ 37.78 55.69 19.58 -
YUV 180.08 79.98 100.84 -
System Red Green Blue C M Y K H S L
Decimal 142 216 95 0.34 0 0.56 0.15 96.69 0.61 0.61
Hex 8E D8 5F 22 0 38 F 61 3D 3D
Octal 216 330 137 42 0 70 17 141 75 75
Binary 10001110 11011000 1011111 100010 0 111000 1111 1100001 111101 111101

Color Harmonies of #8ED85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED85F

Black with #8ED85F

Text Example


Text Example

White with #8ED85F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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