#8DC158

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

Shades of Mantis #8DC158

Tints of Mantis #8DC158

Color information

#8DC158 (or 0x8DC158) is unknown color: approx Mantis. HEX triplet: 8D, C1 and 58. RGB value is (141,193,88). Sum of RGB (Red+Green+Blue) = 141+193+88=422 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.41% from 422); Green value is 193 (75.78% from 255 or 45.73% from 422); Blue value is 88 (34.77% from 255 or 20.85% from 422); Max value from RGB is 193 - color contains mainly: green. Hex color #8DC158 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC158 is #723EA7. Grayscale: #A5A5A5. Windows color (decimal): -7487144 or 5816717. OLE color: 5816717.

HSL color Cylindrical-coordinate representation of color #8DC158: hue angle of 89.71º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8DC158 is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB14119388-
CMYK0.2700.540.24
HSL89.71º45.85%55.1%-
HSV(B)89.71º54.4%75.69%-
XYZ31.8244.5116.15-
YUV165.4884.27110.54-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.41%
GREEN value IS 193 (75.78% from 255) = 45.73%
BLUE value IS 88 (34.77% from 255) = 20.85%
R=33.41%
G=45.73%
B=20.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal141193880.2700.540.2489.7145.8555.1
Hex8DC1581B036185a2e37
Octal21530113033066301325667
Binary10001101110000011011000110110110110110001011010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,193,88); }

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

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

 a { background-color: rgb(141,193,88); }

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

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

 span { border-color: rgb(141,193,88); }

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