#8DDC68

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

Shades of Mantis #8DDC68

Tints of Mantis #8DDC68

Color information

#8DDC68 (or 0x8DDC68) is unknown color: approx Mantis. HEX triplet: 8D, DC and 68. RGB value is (141,220,104). Sum of RGB (Red+Green+Blue) = 141+220+104=465 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.32% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 104 (41.02% from 255 or 22.37% from 465); Max value from RGB is 220 - color contains mainly: green. Hex color #8DDC68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDC68 is #722397. Grayscale: #B7B7B7. Windows color (decimal): -7480216 or 6872205. OLE color: 6872205.

HSL color Cylindrical-coordinate representation of color #8DDC68: hue angle of 100.86º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8DDC68 is Cyan = 0.36, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB141220104-
CMYK0.3600.530.14
HSL100.86º62.37%63.53%-
HSV(B)100.86º52.73%86.27%-
XYZ39.0857.8522.2-
YUV183.1583.3397.93-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.32%
GREEN value IS 220 (86.33% from 255) = 47.31%
BLUE value IS 104 (41.02% from 255) = 22.37%
R=30.32%
G=47.31%
B=22.37%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1412201040.3600.530.14100.8662.3763.53
Hex8DDC6824035E653e40
Octal215334150440651614576100
Binary100011011101110011010001001000110101111011001011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDC68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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