#8DD064

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

Shades of Mantis #8DD064

Tints of Mantis #8DD064

Color information

#8DD064 (or 0x8DD064) is unknown color: approx Mantis. HEX triplet: 8D, D0 and 64. RGB value is (141,208,100). Sum of RGB (Red+Green+Blue) = 141+208+100=449 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.40% from 449); Green value is 208 (81.64% from 255 or 46.33% from 449); Blue value is 100 (39.45% from 255 or 22.27% from 449); Max value from RGB is 208 - color contains mainly: green. Hex color #8DD064 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD064 is #722F9B. Grayscale: #B0B0B0. Windows color (decimal): -7483292 or 6606989. OLE color: 6606989.

HSL color Cylindrical-coordinate representation of color #8DD064: hue angle of 97.22º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8DD064 is Cyan = 0.32, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB141208100-
CMYK0.3200.520.18
HSL97.22º53.47%60.39%-
HSV(B)97.22º51.92%81.57%-
XYZ35.8451.6920.15-
YUV175.6685.3103.28-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.40%
GREEN value IS 208 (81.64% from 255) = 46.33%
BLUE value IS 100 (39.45% from 255) = 22.27%
R=31.40%
G=46.33%
B=22.27%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1412081000.3200.520.1897.2253.4760.39
Hex8DD064200341261353c
Octal21532014440064221416574
Binary100011011101000011001001000000110100100101100001110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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