#8CD565

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

Shades of Mantis #8CD565

Tints of Mantis #8CD565

Color information

#8CD565 (or 0x8CD565) is unknown color: approx Mantis. HEX triplet: 8C, D5 and 65. RGB value is (140,213,101). Sum of RGB (Red+Green+Blue) = 140+213+101=454 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.84% from 454); Green value is 213 (83.59% from 255 or 46.92% from 454); Blue value is 101 (39.84% from 255 or 22.25% from 454); Max value from RGB is 213 - color contains mainly: green. Hex color #8CD565 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD565 is #732A9A. Grayscale: #B2B2B2. Windows color (decimal): -7547547 or 6673804. OLE color: 6673804.

HSL color Cylindrical-coordinate representation of color #8CD565: hue angle of 99.11º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8CD565 is Cyan = 0.34, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB140213101-
CMYK0.3400.530.16
HSL99.11º57.14%61.57%-
HSV(B)99.11º52.58%83.53%-
XYZ36.9654.120.81-
YUV178.484.32100.61-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.84%
GREEN value IS 213 (83.59% from 255) = 46.92%
BLUE value IS 101 (39.84% from 255) = 22.25%
R=30.84%
G=46.92%
B=22.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1402131010.3400.530.1699.1157.1461.57
Hex8CD565220351063393e
Octal21432514542065201437176
Binary100011001101010111001011000100110101100001100011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,213,101); }

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

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

 a { background-color: rgb(140,213,101); }

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

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

 span { border-color: rgb(140,213,101); }

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