#8DD76C

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

Shades of Mantis #8DD76C

Tints of Mantis #8DD76C

Color information

#8DD76C (or 0x8DD76C) is unknown color: approx Mantis. HEX triplet: 8D, D7 and 6C. RGB value is (141,215,108). Sum of RGB (Red+Green+Blue) = 141+215+108=464 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.39% from 464); Green value is 215 (84.38% from 255 or 46.34% from 464); Blue value is 108 (42.58% from 255 or 23.28% from 464); Max value from RGB is 215 - color contains mainly: green. Hex color #8DD76C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD76C is #722893. Grayscale: #B5B5B5. Windows color (decimal): -7481492 or 7133069. OLE color: 7133069.

HSL color Cylindrical-coordinate representation of color #8DD76C: hue angle of 101.5º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8DD76C is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB141215108-
CMYK0.3400.500.16
HSL101.5º57.22%63.33%-
HSV(B)101.5º49.77%84.31%-
XYZ37.9955.3522.87-
YUV180.6886.9899.7-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.39%
GREEN value IS 215 (84.38% from 255) = 46.34%
BLUE value IS 108 (42.58% from 255) = 23.28%
R=30.39%
G=46.34%
B=23.28%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1412151080.3400.500.16101.557.2263.33
Hex8DD76C220321065393f
Octal21532715442062201457177
Binary100011011101011111011001000100110010100001100101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,215,108); }

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

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

 a { background-color: rgb(141,215,108); }

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

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

 span { border-color: rgb(141,215,108); }

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