#8CDD54

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

Shades of Mantis #8CDD54

Tints of Mantis #8CDD54

Color information

#8CDD54 (or 0x8CDD54) is unknown color: approx Mantis. HEX triplet: 8C, DD and 54. RGB value is (140,221,84). Sum of RGB (Red+Green+Blue) = 140+221+84=445 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.46% from 445); Green value is 221 (86.72% from 255 or 49.66% from 445); Blue value is 84 (33.20% from 255 or 18.88% from 445); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDD54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDD54 is #7322AB. Grayscale: #B5B5B5. Windows color (decimal): -7545516 or 5561740. OLE color: 5561740.

HSL color Cylindrical-coordinate representation of color #8CDD54: hue angle of 95.47º 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 #8CDD54 is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB14022184-
CMYK0.3700.620.13
HSL95.47º66.83%59.8%-
HSV(B)95.47º61.99%86.67%-
XYZ38.2757.9317.55-
YUV181.1673.1698.64-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.46%
GREEN value IS 221 (86.72% from 255) = 49.66%
BLUE value IS 84 (33.20% from 255) = 18.88%
R=31.46%
G=49.66%
B=18.88%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal140221840.3700.620.1395.4766.8359.8
Hex8CDD542503ED5f433c
Octal214335124450761513710374
Binary100011001101110110101001001010111110110110111111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDD54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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