#8DC550

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

Shades of Mantis #8DC550

Tints of Mantis #8DC550

Color information

#8DC550 (or 0x8DC550) is unknown color: approx Mantis. HEX triplet: 8D, C5 and 50. RGB value is (141,197,80). Sum of RGB (Red+Green+Blue) = 141+197+80=418 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.73% from 418); Green value is 197 (77.34% from 255 or 47.13% from 418); Blue value is 80 (31.64% from 255 or 19.14% from 418); Max value from RGB is 197 - color contains mainly: green. Hex color #8DC550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC550 is #723AAF. Grayscale: #A7A7A7. Windows color (decimal): -7486128 or 5293453. OLE color: 5293453.

HSL color Cylindrical-coordinate representation of color #8DC550: hue angle of 88.72º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8DC550 is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB14119780-
CMYK0.2800.590.23
HSL88.72º50.21%54.31%-
HSV(B)88.72º59.39%77.25%-
XYZ32.446.1714.79-
YUV166.9278.95109.51-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.73%
GREEN value IS 197 (77.34% from 255) = 47.13%
BLUE value IS 80 (31.64% from 255) = 19.14%
R=33.73%
G=47.13%
B=19.14%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal141197800.2800.590.2388.7250.2154.31
Hex8DC5501C03B17593236
Octal21530512034073271316266
Binary10001101110001011010000111000111011101111011001110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,197,80); }

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

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

 a { background-color: rgb(141,197,80); }

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

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

 span { border-color: rgb(141,197,80); }

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