#8FBF5E

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

Shades of Mantis #8FBF5E

Tints of Mantis #8FBF5E

Color information

#8FBF5E (or 0x8FBF5E) is unknown color: approx Mantis. HEX triplet: 8F, BF and 5E. RGB value is (143,191,94). Sum of RGB (Red+Green+Blue) = 143+191+94=428 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.41% from 428); Green value is 191 (75% from 255 or 44.63% from 428); Blue value is 94 (37.11% from 255 or 21.96% from 428); Max value from RGB is 191 - color contains mainly: green. Hex color #8FBF5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBF5E is #7040A1. Grayscale: #A5A5A5. Windows color (decimal): -7356578 or 6209423. OLE color: 6209423.

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

Color convert

RGB14319194-
CMYK0.2500.510.25
HSL89.69º43.11%55.88%-
HSV(B)89.69º50.79%74.9%-
XYZ31.9843.9117.38-
YUV165.5987.6111.89-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.41%
GREEN value IS 191 (75% from 255) = 44.63%
BLUE value IS 94 (37.11% from 255) = 21.96%
R=33.41%
G=44.63%
B=21.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal143191940.2500.510.2589.6943.1155.88
Hex8FBF5E19033195a2b38
Octal21727713631063311325370
Binary10001111101111111011110110010110011110011011010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,191,94); }

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

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

 a { background-color: rgb(143,191,94); }

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

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

 span { border-color: rgb(143,191,94); }

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