#8FC85F

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

Shades of Mantis #8FC85F

Tints of Mantis #8FC85F

Color information

#8FC85F (or 0x8FC85F) is unknown color: approx Mantis. HEX triplet: 8F, C8 and 5F. RGB value is (143,200,95). Sum of RGB (Red+Green+Blue) = 143+200+95=438 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.65% from 438); Green value is 200 (78.52% from 255 or 45.66% from 438); Blue value is 95 (37.5% from 255 or 21.69% from 438); Max value from RGB is 200 - color contains mainly: green. Hex color #8FC85F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC85F is #7037A0. Grayscale: #ABABAB. Windows color (decimal): -7354273 or 6277263. OLE color: 6277263.

HSL color Cylindrical-coordinate representation of color #8FC85F: hue angle of 92.57º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8FC85F is Cyan = 0.28, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB14320095-
CMYK0.2800.520.22
HSL92.57º48.84%57.84%-
HSV(B)92.57º52.5%78.43%-
XYZ34.0547.9718.29-
YUV170.9985.12108.04-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.65%
GREEN value IS 200 (78.52% from 255) = 45.66%
BLUE value IS 95 (37.5% from 255) = 21.69%
R=32.65%
G=45.66%
B=21.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal143200950.2800.520.2292.5748.8457.84
Hex8FC85F1C034165d313a
Octal21731013734064261356172
Binary10001111110010001011111111000110100101101011101110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,200,95); }

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

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

 a { background-color: rgb(143,200,95); }

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

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

 span { border-color: rgb(143,200,95); }

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