#8DC855

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

Shades of Mantis #8DC855

Tints of Mantis #8DC855

Color information

#8DC855 (or 0x8DC855) is unknown color: approx Mantis. HEX triplet: 8D, C8 and 55. RGB value is (141,200,85). Sum of RGB (Red+Green+Blue) = 141+200+85=426 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.10% from 426); Green value is 200 (78.52% from 255 or 46.95% from 426); Blue value is 85 (33.59% from 255 or 19.95% from 426); Max value from RGB is 200 - color contains mainly: green. Hex color #8DC855 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC855 is #7237AA. Grayscale: #A9A9A9. Windows color (decimal): -7485355 or 5621901. OLE color: 5621901.

HSL color Cylindrical-coordinate representation of color #8DC855: hue angle of 90.78º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8DC855 is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB14120085-
CMYK0.2900.580.22
HSL90.78º51.11%55.88%-
HSV(B)90.78º57.5%78.43%-
XYZ33.2847.6316.03-
YUV169.2580.45107.85-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.10%
GREEN value IS 200 (78.52% from 255) = 46.95%
BLUE value IS 85 (33.59% from 255) = 19.95%
R=33.10%
G=46.95%
B=19.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal141200850.2900.580.2290.7851.1155.88
Hex8DC8551D03A165b3338
Octal21531012535072261336370
Binary10001101110010001010101111010111010101101011011110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,200,85); }

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

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

 a { background-color: rgb(141,200,85); }

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

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

 span { border-color: rgb(141,200,85); }

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