#7DC564

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

Shades of Mantis #7DC564

Tints of Mantis #7DC564

Color information

#7DC564 (or 0x7DC564) is unknown color: approx Mantis. HEX triplet: 7D, C5 and 64. RGB value is (125,197,100). Sum of RGB (Red+Green+Blue) = 125+197+100=422 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.62% from 422); Green value is 197 (77.34% from 255 or 46.68% from 422); Blue value is 100 (39.45% from 255 or 23.70% from 422); Max value from RGB is 197 - color contains mainly: green. Hex color #7DC564 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC564 is #823A9B. Grayscale: #A4A4A4. Windows color (decimal): -8534684 or 6604157. OLE color: 6604157.

HSL color Cylindrical-coordinate representation of color #7DC564: hue angle of 104.54º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DC564 is Cyan = 0.37, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB125197100-
CMYK0.3700.490.23
HSL104.54º45.54%58.24%-
HSV(B)104.54º49.24%77.25%-
XYZ30.7245.2119.16-
YUV164.4191.6599.89-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.62%
GREEN value IS 197 (77.34% from 255) = 46.68%
BLUE value IS 100 (39.45% from 255) = 23.70%
R=29.62%
G=46.68%
B=23.70%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1251971000.3700.490.23104.5445.5458.24
Hex7DC5642503117692e3a
Octal17530514445061271515672
Binary11111011100010111001001001010110001101111101001101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7DC564; }

 p { color: rgb(125,197,100); }

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

<style>
 a { background-color: #7DC564; }

 a { background-color: rgb(125,197,100); }

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

<style>
 span { border-color: #7DC564; }

 span { border-color: rgb(125,197,100); }

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