#8DC051

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

Shades of Mantis #8DC051

Tints of Mantis #8DC051

Color information

#8DC051 (or 0x8DC051) is unknown color: approx Mantis. HEX triplet: 8D, C0 and 51. RGB value is (141,192,81). Sum of RGB (Red+Green+Blue) = 141+192+81=414 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.06% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 81 (32.03% from 255 or 19.57% from 414); Max value from RGB is 192 - color contains mainly: green. Hex color #8DC051 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC051 is #723FAE. Grayscale: #A4A4A4. Windows color (decimal): -7487407 or 5357709. OLE color: 5357709.

HSL color Cylindrical-coordinate representation of color #8DC051: hue angle of 87.57º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8DC051 is Cyan = 0.27, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB14119281-
CMYK0.2700.580.25
HSL87.57º46.84%53.53%-
HSV(B)87.57º57.81%75.29%-
XYZ31.3243.9614.62-
YUV164.181.1111.53-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.06%
GREEN value IS 192 (75.39% from 255) = 46.38%
BLUE value IS 81 (32.03% from 255) = 19.57%
R=34.06%
G=46.38%
B=19.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal141192810.2700.580.2587.5746.8453.53
Hex8DC0511B03A19582f36
Octal21530012133072311305766
Binary10001101110000001010001110110111010110011011000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,192,81); }

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

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

 a { background-color: rgb(141,192,81); }

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

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

 span { border-color: rgb(141,192,81); }

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