#7DC065

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

Shades of Mantis #7DC065

Tints of Mantis #7DC065

Color information

#7DC065 (or 0x7DC065) is unknown color: approx Mantis. HEX triplet: 7D, C0 and 65. RGB value is (125,192,101). Sum of RGB (Red+Green+Blue) = 125+192+101=418 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.90% from 418); Green value is 192 (75.39% from 255 or 45.93% from 418); Blue value is 101 (39.84% from 255 or 24.16% from 418); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC065 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC065 is #823F9A. Grayscale: #A1A1A1. Windows color (decimal): -8535963 or 6668413. OLE color: 6668413.

HSL color Cylindrical-coordinate representation of color #7DC065: hue angle of 104.18º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DC065 is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB125192101-
CMYK0.3500.470.25
HSL104.18º41.94%57.45%-
HSV(B)104.18º47.4%75.29%-
XYZ29.664319.05-
YUV161.5993.8101.9-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.90%
GREEN value IS 192 (75.39% from 255) = 45.93%
BLUE value IS 101 (39.84% from 255) = 24.16%
R=29.90%
G=45.93%
B=24.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1251921010.3500.470.25104.1841.9457.45
Hex7DC0652302F19682a39
Octal17530014543057311505271
Binary11111011100000011001011000110101111110011101000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,192,101); }

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

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

 a { background-color: rgb(125,192,101); }

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

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

 span { border-color: rgb(125,192,101); }

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