#8FBF5C

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

Shades of Mantis #8FBF5C

Tints of Mantis #8FBF5C

Color information

#8FBF5C (or 0x8FBF5C) is unknown color: approx Mantis. HEX triplet: 8F, BF and 5C. RGB value is (143,191,92). Sum of RGB (Red+Green+Blue) = 143+191+92=426 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.57% from 426); Green value is 191 (75% from 255 or 44.84% from 426); Blue value is 92 (36.33% from 255 or 21.60% from 426); Max value from RGB is 191 - color contains mainly: green. Hex color #8FBF5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBF5C is #7040A3. Grayscale: #A5A5A5. Windows color (decimal): -7356580 or 6078351. OLE color: 6078351.

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

Color convert

RGB14319192-
CMYK0.2500.520.25
HSL89.09º43.61%55.49%-
HSV(B)89.09º51.83%74.9%-
XYZ31.8943.8716.91-
YUV165.3686.6112.05-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.57%
GREEN value IS 191 (75% from 255) = 44.84%
BLUE value IS 92 (36.33% from 255) = 21.60%
R=33.57%
G=44.84%
B=21.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal143191920.2500.520.2589.0943.6155.49
Hex8FBF5C1903419592c37
Octal21727713431064311315467
Binary10001111101111111011100110010110100110011011001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBF5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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