#8CD564

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

Shades of Mantis #8CD564

Tints of Mantis #8CD564

Color information

#8CD564 (or 0x8CD564) is unknown color: approx Mantis. HEX triplet: 8C, D5 and 64. RGB value is (140,213,100). Sum of RGB (Red+Green+Blue) = 140+213+100=453 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.91% from 453); Green value is 213 (83.59% from 255 or 47.02% from 453); Blue value is 100 (39.45% from 255 or 22.08% from 453); Max value from RGB is 213 - color contains mainly: green. Hex color #8CD564 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD564 is #732A9B. Grayscale: #B2B2B2. Windows color (decimal): -7547548 or 6608268. OLE color: 6608268.

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

Color convert

RGB140213100-
CMYK0.3400.530.16
HSL98.76º57.36%61.37%-
HSV(B)98.76º53.05%83.53%-
XYZ36.9154.0820.55-
YUV178.2983.82100.69-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.91%
GREEN value IS 213 (83.59% from 255) = 47.02%
BLUE value IS 100 (39.45% from 255) = 22.08%
R=30.91%
G=47.02%
B=22.08%

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
Decimal1402131000.3400.530.1698.7657.3661.37
Hex8CD564220351063393d
Octal21432514442065201437175
Binary100011001101010111001001000100110101100001100011111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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