#8DC869

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

Shades of Mantis #8DC869

Tints of Mantis #8DC869

Color information

#8DC869 (or 0x8DC869) is unknown color: approx Mantis. HEX triplet: 8D, C8 and 69. RGB value is (141,200,105). Sum of RGB (Red+Green+Blue) = 141+200+105=446 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.61% from 446); Green value is 200 (78.52% from 255 or 44.84% from 446); Blue value is 105 (41.41% from 255 or 23.54% from 446); Max value from RGB is 200 - color contains mainly: green. Hex color #8DC869 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC869 is #723796. Grayscale: #ABABAB. Windows color (decimal): -7485335 or 6932621. OLE color: 6932621.

HSL color Cylindrical-coordinate representation of color #8DC869: hue angle of 97.26º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8DC869 is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB141200105-
CMYK0.2900.480.22
HSL97.26º46.34%59.8%-
HSV(B)97.26º47.5%78.43%-
XYZ34.1947.9920.83-
YUV171.5390.45106.22-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.61%
GREEN value IS 200 (78.52% from 255) = 44.84%
BLUE value IS 105 (41.41% from 255) = 23.54%
R=31.61%
G=44.84%
B=23.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1412001050.2900.480.2297.2646.3459.8
Hex8DC8691D03016612e3c
Octal21531015135060261415674
Binary10001101110010001101001111010110000101101100001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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