#8CD964

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

Shades of Mantis #8CD964

Tints of Mantis #8CD964

Color information

#8CD964 (or 0x8CD964) is unknown color: approx Mantis. HEX triplet: 8C, D9 and 64. RGB value is (140,217,100). Sum of RGB (Red+Green+Blue) = 140+217+100=457 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.63% from 457); Green value is 217 (85.16% from 255 or 47.48% from 457); Blue value is 100 (39.45% from 255 or 21.88% from 457); Max value from RGB is 217 - color contains mainly: green. Hex color #8CD964 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD964 is #73269B. Grayscale: #B5B5B5. Windows color (decimal): -7546524 or 6609292. OLE color: 6609292.

HSL color Cylindrical-coordinate representation of color #8CD964: hue angle of 99.49º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8CD964 is Cyan = 0.35, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB140217100-
CMYK0.3500.540.15
HSL99.49º60.62%62.16%-
HSV(B)99.49º53.92%85.1%-
XYZ37.9356.1220.89-
YUV180.6482.4999.01-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.63%
GREEN value IS 217 (85.16% from 255) = 47.48%
BLUE value IS 100 (39.45% from 255) = 21.88%
R=30.63%
G=47.48%
B=21.88%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1402171000.3500.540.1599.4960.6262.16
Hex8CD96423036F633d3e
Octal21433114443066171437576
Binary10001100110110011100100100011011011011111100011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,217,100); }

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

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

 a { background-color: rgb(140,217,100); }

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

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

 span { border-color: rgb(140,217,100); }

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