#8DDC5C

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

Shades of Mantis #8DDC5C

Tints of Mantis #8DDC5C

Color information

#8DDC5C (or 0x8DDC5C) is unknown color: approx Mantis. HEX triplet: 8D, DC and 5C. RGB value is (141,220,92). Sum of RGB (Red+Green+Blue) = 141+220+92=453 (60% of max value = 765). Red value is 141 (55.47% from 255 or 31.13% from 453); Green value is 220 (86.33% from 255 or 48.57% from 453); Blue value is 92 (36.33% from 255 or 20.31% from 453); Max value from RGB is 220 - color contains mainly: green. Hex color #8DDC5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDC5C is #7223A3. Grayscale: #B6B6B6. Windows color (decimal): -7480228 or 6085773. OLE color: 6085773.

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

Color convert

RGB14122092-
CMYK0.3600.580.14
HSL97.03º64.65%61.18%-
HSV(B)97.03º58.18%86.27%-
XYZ38.5157.6219.22-
YUV181.7977.3398.91-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.13%
GREEN value IS 220 (86.33% from 255) = 48.57%
BLUE value IS 92 (36.33% from 255) = 20.31%
R=31.13%
G=48.57%
B=20.31%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal141220920.3600.580.1497.0364.6561.18
Hex8DDC5C2403AE61413d
Octal215334134440721614110175
Binary100011011101110010111001001000111010111011000011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDC5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,220,92); }

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

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

 a { background-color: rgb(141,220,92); }

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

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

 span { border-color: rgb(141,220,92); }

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