#8DC75D

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

Shades of Mantis #8DC75D

Tints of Mantis #8DC75D

Color information

#8DC75D (or 0x8DC75D) is unknown color: approx Mantis. HEX triplet: 8D, C7 and 5D. RGB value is (141,199,93). Sum of RGB (Red+Green+Blue) = 141+199+93=433 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.56% from 433); Green value is 199 (78.12% from 255 or 45.96% from 433); Blue value is 93 (36.72% from 255 or 21.48% from 433); Max value from RGB is 199 - color contains mainly: green. Hex color #8DC75D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC75D is #7238A2. Grayscale: #A9A9A9. Windows color (decimal): -7485603 or 6145933. OLE color: 6145933.

HSL color Cylindrical-coordinate representation of color #8DC75D: hue angle of 92.83º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8DC75D is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB14119993-
CMYK0.2900.530.22
HSL92.83º48.62%57.25%-
HSV(B)92.83º53.27%78.04%-
XYZ33.3847.317.73-
YUV169.5784.78107.62-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.56%
GREEN value IS 199 (78.12% from 255) = 45.96%
BLUE value IS 93 (36.72% from 255) = 21.48%
R=32.56%
G=45.96%
B=21.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal141199930.2900.530.2292.8348.6257.25
Hex8DC75D1D035165d3139
Octal21530713535065261356171
Binary10001101110001111011101111010110101101101011101110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,199,93); }

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

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

 a { background-color: rgb(141,199,93); }

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

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

 span { border-color: rgb(141,199,93); }

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