#7DC141

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

Shades of Mantis #7DC141

Tints of Mantis #7DC141

Color information

#7DC141 (or 0x7DC141) is unknown color: approx Mantis. HEX triplet: 7D, C1 and 41. RGB value is (125,193,65). Sum of RGB (Red+Green+Blue) = 125+193+65=383 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.64% from 383); Green value is 193 (75.78% from 255 or 50.39% from 383); Blue value is 65 (25.78% from 255 or 16.97% from 383); Max value from RGB is 193 - color contains mainly: green. Hex color #7DC141 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC141 is #823EBE. Grayscale: #9E9E9E. Windows color (decimal): -8535743 or 4309373. OLE color: 4309373.

HSL color Cylindrical-coordinate representation of color #7DC141: hue angle of 91.88º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7DC141 is Cyan = 0.35, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB12519365-
CMYK0.3500.660.24
HSL91.88º50.79%50.59%-
HSV(B)91.88º66.32%75.69%-
XYZ28.4842.8811.78-
YUV158.0875.47104.41-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.64%
GREEN value IS 193 (75.78% from 255) = 50.39%
BLUE value IS 65 (25.78% from 255) = 16.97%
R=32.64%
G=50.39%
B=16.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal125193650.3500.660.2491.8850.7950.59
Hex7DC14123042185c3333
Octal175301101430102301346363
Binary111110111000001100000110001101000010110001011100110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,193,65); }

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

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

 a { background-color: rgb(125,193,65); }

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

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

 span { border-color: rgb(125,193,65); }

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