#8DC95B

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

Shades of Mantis #8DC95B

Tints of Mantis #8DC95B

Color information

#8DC95B (or 0x8DC95B) is unknown color: approx Mantis. HEX triplet: 8D, C9 and 5B. RGB value is (141,201,91). Sum of RGB (Red+Green+Blue) = 141+201+91=433 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.56% from 433); Green value is 201 (78.91% from 255 or 46.42% from 433); Blue value is 91 (35.94% from 255 or 21.02% from 433); Max value from RGB is 201 - color contains mainly: green. Hex color #8DC95B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC95B is #7236A4. Grayscale: #AAAAAA. Windows color (decimal): -7485093 or 6015373. OLE color: 6015373.

HSL color Cylindrical-coordinate representation of color #8DC95B: hue angle of 92.73º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8DC95B is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB14120191-
CMYK0.3000.550.21
HSL92.73º50.46%57.25%-
HSV(B)92.73º54.73%78.82%-
XYZ33.7648.1917.42-
YUV170.5283.12106.94-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.56%
GREEN value IS 201 (78.91% from 255) = 46.42%
BLUE value IS 91 (35.94% from 255) = 21.02%
R=32.56%
G=46.42%
B=21.02%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal141201910.3000.550.2192.7350.4657.25
Hex8DC95B1E037155d3239
Octal21531113336067251356271
Binary10001101110010011011011111100110111101011011101110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC95B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,201,91); }

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

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

 a { background-color: rgb(141,201,91); }

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

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

 span { border-color: rgb(141,201,91); }

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