#8DDD54

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

Shades of Mantis #8DDD54

Tints of Mantis #8DDD54

Color information

#8DDD54 (or 0x8DDD54) is unknown color: approx Mantis. HEX triplet: 8D, DD and 54. RGB value is (141,221,84). Sum of RGB (Red+Green+Blue) = 141+221+84=446 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.61% from 446); Green value is 221 (86.72% from 255 or 49.55% from 446); Blue value is 84 (33.20% from 255 or 18.83% from 446); Max value from RGB is 221 - color contains mainly: green. Hex color #8DDD54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDD54 is #7222AB. Grayscale: #B5B5B5. Windows color (decimal): -7479980 or 5561741. OLE color: 5561741.

HSL color Cylindrical-coordinate representation of color #8DDD54: hue angle of 95.04º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8DDD54 is Cyan = 0.36, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB14122184-
CMYK0.3600.620.13
HSL95.04º66.83%59.8%-
HSV(B)95.04º61.99%86.67%-
XYZ38.4458.0217.56-
YUV181.467399.14-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.61%
GREEN value IS 221 (86.72% from 255) = 49.55%
BLUE value IS 84 (33.20% from 255) = 18.83%
R=31.61%
G=49.55%
B=18.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal141221840.3600.620.1395.0466.8359.8
Hex8DDD542403ED5f433c
Octal215335124440761513710374
Binary100011011101110110101001001000111110110110111111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDD54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,221,84); }

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

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

 a { background-color: rgb(141,221,84); }

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

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

 span { border-color: rgb(141,221,84); }

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