#8DD764

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

Shades of Mantis #8DD764

Tints of Mantis #8DD764

Color information

#8DD764 (or 0x8DD764) is unknown color: approx Mantis. HEX triplet: 8D, D7 and 64. RGB value is (141,215,100). Sum of RGB (Red+Green+Blue) = 141+215+100=456 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.92% from 456); Green value is 215 (84.38% from 255 or 47.15% from 456); Blue value is 100 (39.45% from 255 or 21.93% from 456); Max value from RGB is 215 - color contains mainly: green. Hex color #8DD764 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD764 is #72289B. Grayscale: #B4B4B4. Windows color (decimal): -7481500 or 6608781. OLE color: 6608781.

HSL color Cylindrical-coordinate representation of color #8DD764: hue angle of 98.61º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8DD764 is Cyan = 0.34, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB141215100-
CMYK0.3400.530.16
HSL98.61º58.97%61.76%-
HSV(B)98.61º53.49%84.31%-
XYZ37.5955.1820.73-
YUV179.7682.98100.35-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.92%
GREEN value IS 215 (84.38% from 255) = 47.15%
BLUE value IS 100 (39.45% from 255) = 21.93%
R=30.92%
G=47.15%
B=21.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1412151000.3400.530.1698.6158.9761.76
Hex8DD7642203510633b3e
Octal21532714442065201437376
Binary100011011101011111001001000100110101100001100011111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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