#8CDD61

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

Shades of Mantis #8CDD61

Tints of Mantis #8CDD61

Color information

#8CDD61 (or 0x8CDD61) is unknown color: approx Mantis. HEX triplet: 8C, DD and 61. RGB value is (140,221,97). Sum of RGB (Red+Green+Blue) = 140+221+97=458 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.57% from 458); Green value is 221 (86.72% from 255 or 48.25% from 458); Blue value is 97 (38.28% from 255 or 21.18% from 458); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDD61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDD61 is #73229E. Grayscale: #B7B7B7. Windows color (decimal): -7545503 or 6413708. OLE color: 6413708.

HSL color Cylindrical-coordinate representation of color #8CDD61: hue angle of 99.19º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8CDD61 is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB14022197-
CMYK0.3700.560.13
HSL99.19º64.58%62.35%-
HSV(B)99.19º56.11%86.67%-
XYZ38.8358.1520.49-
YUV182.6479.6697.58-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.57%
GREEN value IS 221 (86.72% from 255) = 48.25%
BLUE value IS 97 (38.28% from 255) = 21.18%
R=30.57%
G=48.25%
B=21.18%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal140221970.3700.560.1399.1964.5862.35
Hex8CDD6125038D63413e
Octal214335141450701514310176
Binary100011001101110111000011001010111000110111000111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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