#8DC14D

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

Shades of Mantis #8DC14D

Tints of Mantis #8DC14D

Color information

#8DC14D (or 0x8DC14D) is unknown color: approx Mantis. HEX triplet: 8D, C1 and 4D. RGB value is (141,193,77). Sum of RGB (Red+Green+Blue) = 141+193+77=411 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.31% from 411); Green value is 193 (75.78% from 255 or 46.96% from 411); Blue value is 77 (30.47% from 255 or 18.73% from 411); Max value from RGB is 193 - color contains mainly: green. Hex color #8DC14D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC14D is #723EB2. Grayscale: #A4A4A4. Windows color (decimal): -7487155 or 5095821. OLE color: 5095821.

HSL color Cylindrical-coordinate representation of color #8DC14D: hue angle of 86.9º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8DC14D is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB14119377-
CMYK0.2700.600.24
HSL86.9º48.33%52.94%-
HSV(B)86.9º60.1%75.69%-
XYZ31.3944.3413.92-
YUV164.2378.77111.43-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.31%
GREEN value IS 193 (75.78% from 255) = 46.96%
BLUE value IS 77 (30.47% from 255) = 18.73%
R=34.31%
G=46.96%
B=18.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal141193770.2700.600.2486.948.3352.94
Hex8DC14D1B03C18573035
Octal21530111533074301276065
Binary10001101110000011001101110110111100110001010111110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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