#8DD463

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

Shades of Mantis #8DD463

Tints of Mantis #8DD463

Color information

#8DD463 (or 0x8DD463) is unknown color: approx Mantis. HEX triplet: 8D, D4 and 63. RGB value is (141,212,99). Sum of RGB (Red+Green+Blue) = 141+212+99=452 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.19% from 452); Green value is 212 (83.20% from 255 or 46.90% from 452); Blue value is 99 (39.06% from 255 or 21.90% from 452); Max value from RGB is 212 - color contains mainly: green. Hex color #8DD463 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD463 is #722B9C. Grayscale: #B2B2B2. Windows color (decimal): -7482269 or 6542477. OLE color: 6542477.

HSL color Cylindrical-coordinate representation of color #8DD463: hue angle of 97.7º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8DD463 is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.

Color convert

RGB14121299-
CMYK0.3300.530.17
HSL97.7º56.78%60.98%-
HSV(B)97.7º53.3%83.14%-
XYZ36.7853.6520.22-
YUV177.8983.48101.69-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.19%
GREEN value IS 212 (83.20% from 255) = 46.90%
BLUE value IS 99 (39.06% from 255) = 21.90%
R=31.19%
G=46.90%
B=21.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal141212990.3300.530.1797.756.7860.98
Hex8DD463210351162393d
Octal21532414341065211427175
Binary100011011101010011000111000010110101100011100010111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,212,99); }

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

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

 a { background-color: rgb(141,212,99); }

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

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

 span { border-color: rgb(141,212,99); }

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