#8EBF5F

Color #8EBF5F Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #8EBF5F

Tints of Mantis #8EBF5F

Color information

#8EBF5F (or 0x8EBF5F) is unknown color: approx Mantis. HEX triplet: 8E, BF and 5F. RGB value is (142,191,95). Sum of RGB (Red+Green+Blue) = 142+191+95=428 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.18% from 428); Green value is 191 (75% from 255 or 44.63% from 428); Blue value is 95 (37.5% from 255 or 22.20% from 428); Max value from RGB is 191 - color contains mainly: green. Hex color #8EBF5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EBF5F is #7140A0. Grayscale: #A5A5A5. Windows color (decimal): -7422113 or 6274958. OLE color: 6274958.

HSL color Cylindrical-coordinate representation of color #8EBF5F: hue angle of 90.62º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8EBF5F is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB14219195-
CMYK0.2600.500.25
HSL90.62º42.86%56.08%-
HSV(B)90.62º50.26%74.9%-
XYZ31.8543.8417.61-
YUV165.488.27111.31-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.18%
GREEN value IS 191 (75% from 255) = 44.63%
BLUE value IS 95 (37.5% from 255) = 22.20%
R=33.18%
G=44.63%
B=22.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal142191950.2600.500.2590.6242.8656.08
Hex8EBF5F1A032195b2b38
Octal21627713732062311335370
Binary10001110101111111011111110100110010110011011011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8EBF5F;
 }
 .AnyTagClassName
 {
   color: #8EBF5F;
 }
</style>
background-color css

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

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

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

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

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

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