#8CDA62

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

Shades of Mantis #8CDA62

Tints of Mantis #8CDA62

Color information

#8CDA62 (or 0x8CDA62) is unknown color: approx Mantis. HEX triplet: 8C, DA and 62. RGB value is (140,218,98). Sum of RGB (Red+Green+Blue) = 140+218+98=456 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.70% from 456); Green value is 218 (85.55% from 255 or 47.81% from 456); Blue value is 98 (38.67% from 255 or 21.49% from 456); Max value from RGB is 218 - color contains mainly: green. Hex color #8CDA62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDA62 is #73259D. Grayscale: #B5B5B5. Windows color (decimal): -7546270 or 6478476. OLE color: 6478476.

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

Color convert

RGB14021898-
CMYK0.3600.550.15
HSL99º61.86%61.96%-
HSV(B)99º55.05%85.49%-
XYZ38.0956.620.47-
YUV18181.1698.76-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.70%
GREEN value IS 218 (85.55% from 255) = 47.81%
BLUE value IS 98 (38.67% from 255) = 21.49%
R=30.70%
G=47.81%
B=21.49%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal140218980.3600.550.159961.8661.96
Hex8CDA6224037F633e3e
Octal21433214244067171437676
Binary10001100110110101100010100100011011111111100011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDA62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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