#8FBF60

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

Shades of Mantis #8FBF60

Tints of Mantis #8FBF60

Color information

#8FBF60 (or 0x8FBF60) is unknown color: approx Mantis. HEX triplet: 8F, BF and 60. RGB value is (143,191,96). Sum of RGB (Red+Green+Blue) = 143+191+96=430 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.26% from 430); Green value is 191 (75% from 255 or 44.42% from 430); Blue value is 96 (37.89% from 255 or 22.33% from 430); Max value from RGB is 191 - color contains mainly: green. Hex color #8FBF60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBF60 is #70409F. Grayscale: #A6A6A6. Windows color (decimal): -7356576 or 6340495. OLE color: 6340495.

HSL color Cylindrical-coordinate representation of color #8FBF60: hue angle of 90.32º 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 #8FBF60 is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB14319196-
CMYK0.2500.500.25
HSL90.32º42.6%56.27%-
HSV(B)90.32º49.74%74.9%-
XYZ32.0743.9517.86-
YUV165.8288.6111.72-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.26%
GREEN value IS 191 (75% from 255) = 44.42%
BLUE value IS 96 (37.89% from 255) = 22.33%
R=33.26%
G=44.42%
B=22.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal143191960.2500.500.2590.3242.656.27
Hex8FBF6019032195a2b38
Octal21727714031062311325370
Binary10001111101111111100000110010110010110011011010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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