#8CDC5E

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

Shades of Mantis #8CDC5E

Tints of Mantis #8CDC5E

Color information

#8CDC5E (or 0x8CDC5E) is unknown color: approx Mantis. HEX triplet: 8C, DC and 5E. RGB value is (140,220,94). Sum of RGB (Red+Green+Blue) = 140+220+94=454 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.84% from 454); Green value is 220 (86.33% from 255 or 48.46% from 454); Blue value is 94 (37.11% from 255 or 20.70% from 454); Max value from RGB is 220 - color contains mainly: green. Hex color #8CDC5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDC5E is #7323A1. Grayscale: #B6B6B6. Windows color (decimal): -7545762 or 6216844. OLE color: 6216844.

HSL color Cylindrical-coordinate representation of color #8CDC5E: hue angle of 98.1º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8CDC5E is Cyan = 0.36, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB14022094-
CMYK0.3600.570.14
HSL98.1º64.29%61.57%-
HSV(B)98.1º57.27%86.27%-
XYZ38.4357.5719.68-
YUV181.7278.598.25-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.84%
GREEN value IS 220 (86.33% from 255) = 48.46%
BLUE value IS 94 (37.11% from 255) = 20.70%
R=30.84%
G=48.46%
B=20.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal140220940.3600.570.1498.164.2961.57
Hex8CDC5E24039E62403e
Octal214334136440711614210076
Binary100011001101110010111101001000111001111011000101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDC5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,220,94); }

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

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

 a { background-color: rgb(140,220,94); }

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

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

 span { border-color: rgb(140,220,94); }

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