#8CDD55

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

Shades of Mantis #8CDD55

Tints of Mantis #8CDD55

Color information

#8CDD55 (or 0x8CDD55) is unknown color: approx Mantis. HEX triplet: 8C, DD and 55. RGB value is (140,221,85). Sum of RGB (Red+Green+Blue) = 140+221+85=446 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.39% from 446); Green value is 221 (86.72% from 255 or 49.55% from 446); Blue value is 85 (33.59% from 255 or 19.06% from 446); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDD55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDD55 is #7322AA. Grayscale: #B5B5B5. Windows color (decimal): -7545515 or 5627276. OLE color: 5627276.

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

Color convert

RGB14022185-
CMYK0.3700.620.13
HSL95.74º66.67%60%-
HSV(B)95.74º61.54%86.67%-
XYZ38.3157.9417.76-
YUV181.2873.6698.56-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.39%
GREEN value IS 221 (86.72% from 255) = 49.55%
BLUE value IS 85 (33.59% from 255) = 19.06%
R=31.39%
G=49.55%
B=19.06%

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
Decimal140221850.3700.620.1395.7466.6760
Hex8CDD552503ED60433c
Octal214335125450761514010374
Binary100011001101110110101011001010111110110111000001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDD55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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