#8DBC61

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

Shades of Mantis #8DBC61

Tints of Mantis #8DBC61

Color information

#8DBC61 (or 0x8DBC61) is unknown color: approx Mantis. HEX triplet: 8D, BC and 61. RGB value is (141,188,97). Sum of RGB (Red+Green+Blue) = 141+188+97=426 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.10% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 97 (38.28% from 255 or 22.77% from 426); Max value from RGB is 188 - color contains mainly: green. Hex color #8DBC61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBC61 is #72439E. Grayscale: #A3A3A3. Windows color (decimal): -7488415 or 6405261. OLE color: 6405261.

HSL color Cylindrical-coordinate representation of color #8DBC61: hue angle of 90.99º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8DBC61 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB14118897-
CMYK0.2500.480.26
HSL90.99º40.44%55.88%-
HSV(B)90.99º48.4%73.73%-
XYZ31.1342.4917.87-
YUV163.5790.43111.9-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.10%
GREEN value IS 188 (73.83% from 255) = 44.13%
BLUE value IS 97 (38.28% from 255) = 22.77%
R=33.10%
G=44.13%
B=22.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal141188970.2500.480.2690.9940.4455.88
Hex8DBC61190301A5b2838
Octal21527414131060321335070
Binary10001101101111001100001110010110000110101011011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,188,97); }

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

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

 a { background-color: rgb(141,188,97); }

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

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

 span { border-color: rgb(141,188,97); }

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