#8CDA64

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

Shades of Mantis #8CDA64

Tints of Mantis #8CDA64

Color information

#8CDA64 (or 0x8CDA64) is unknown color: approx Mantis. HEX triplet: 8C, DA and 64. RGB value is (140,218,100). Sum of RGB (Red+Green+Blue) = 140+218+100=458 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.57% from 458); Green value is 218 (85.55% from 255 or 47.60% from 458); Blue value is 100 (39.45% from 255 or 21.83% from 458); Max value from RGB is 218 - color contains mainly: green. Hex color #8CDA64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDA64 is #73259B. Grayscale: #B5B5B5. Windows color (decimal): -7546268 or 6609548. OLE color: 6609548.

HSL color Cylindrical-coordinate representation of color #8CDA64: hue angle of 99.66º 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 #8CDA64 is Cyan = 0.36, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB140218100-
CMYK0.3600.540.15
HSL99.66º61.46%62.35%-
HSV(B)99.66º54.13%85.49%-
XYZ38.1956.6420.98-
YUV181.2382.1698.59-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.57%
GREEN value IS 218 (85.55% from 255) = 47.60%
BLUE value IS 100 (39.45% from 255) = 21.83%
R=30.57%
G=47.60%
B=21.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1402181000.3600.540.1599.6661.4662.35
Hex8CDA6424036F643d3e
Octal21433214444066171447576
Binary10001100110110101100100100100011011011111100100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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