#8CD761

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

Shades of Mantis #8CD761

Tints of Mantis #8CD761

Color information

#8CD761 (or 0x8CD761) is unknown color: approx Mantis. HEX triplet: 8C, D7 and 61. RGB value is (140,215,97). Sum of RGB (Red+Green+Blue) = 140+215+97=452 (59% of max value = 765). Red value is 140 (55.08% from 255 or 30.97% from 452); Green value is 215 (84.38% from 255 or 47.57% from 452); Blue value is 97 (38.28% from 255 or 21.46% from 452); Max value from RGB is 215 - color contains mainly: green. Hex color #8CD761 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD761 is #73289E. Grayscale: #B3B3B3. Windows color (decimal): -7547039 or 6412172. OLE color: 6412172.

HSL color Cylindrical-coordinate representation of color #8CD761: hue angle of 98.14º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8CD761 is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB14021597-
CMYK0.3500.550.16
HSL98.14º59.6%61.18%-
HSV(B)98.14º54.88%84.31%-
XYZ37.2755.0419.97-
YUV179.1281.65100.09-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.97%
GREEN value IS 215 (84.38% from 255) = 47.57%
BLUE value IS 97 (38.28% from 255) = 21.46%
R=30.97%
G=47.57%
B=21.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal140215970.3500.550.1698.1459.661.18
Hex8CD7612303710623c3d
Octal21432714143067201427475
Binary100011001101011111000011000110110111100001100010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,215,97); }

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

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

 a { background-color: rgb(140,215,97); }

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

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

 span { border-color: rgb(140,215,97); }

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