#8DC668

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

Shades of Mantis #8DC668

Tints of Mantis #8DC668

Color information

#8DC668 (or 0x8DC668) is unknown color: approx Mantis. HEX triplet: 8D, C6 and 68. RGB value is (141,198,104). Sum of RGB (Red+Green+Blue) = 141+198+104=443 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.83% from 443); Green value is 198 (77.73% from 255 or 44.70% from 443); Blue value is 104 (41.02% from 255 or 23.48% from 443); Max value from RGB is 198 - color contains mainly: green. Hex color #8DC668 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC668 is #723997. Grayscale: #AAAAAA. Windows color (decimal): -7485848 or 6866573. OLE color: 6866573.

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

Color convert

RGB141198104-
CMYK0.2900.470.22
HSL96.38º45.19%59.22%-
HSV(B)96.38º47.47%77.65%-
XYZ33.6847.0520.4-
YUV170.2490.62107.14-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.83%
GREEN value IS 198 (77.73% from 255) = 44.70%
BLUE value IS 104 (41.02% from 255) = 23.48%
R=31.83%
G=44.70%
B=23.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1411981040.2900.470.2296.3845.1959.22
Hex8DC6681D02F16602d3b
Octal21530615035057261405573
Binary10001101110001101101000111010101111101101100000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,198,104); }

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

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

 a { background-color: rgb(141,198,104); }

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

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

 span { border-color: rgb(141,198,104); }

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