#8CD96B

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

Shades of Mantis #8CD96B

Tints of Mantis #8CD96B

Color information

#8CD96B (or 0x8CD96B) is unknown color: approx Mantis. HEX triplet: 8C, D9 and 6B. RGB value is (140,217,107). Sum of RGB (Red+Green+Blue) = 140+217+107=464 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.17% from 464); Green value is 217 (85.16% from 255 or 46.77% from 464); Blue value is 107 (42.19% from 255 or 23.06% from 464); Max value from RGB is 217 - color contains mainly: green. Hex color #8CD96B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD96B is #732694. Grayscale: #B5B5B5. Windows color (decimal): -7546517 or 7068044. OLE color: 7068044.

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

Color convert

RGB140217107-
CMYK0.3500.510.15
HSL102º59.14%63.53%-
HSV(B)102º50.69%85.1%-
XYZ38.2856.2622.75-
YUV181.4485.9998.44-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.17%
GREEN value IS 217 (85.16% from 255) = 46.77%
BLUE value IS 107 (42.19% from 255) = 23.06%
R=30.17%
G=46.77%
B=23.06%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1402171070.3500.510.1510259.1463.53
Hex8CD96B23033F663b40
Octal214331153430631714673100
Binary100011001101100111010111000110110011111111001101110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD96B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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