#7DC74F

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

Shades of Mantis #7DC74F

Tints of Mantis #7DC74F

Color information

#7DC74F (or 0x7DC74F) is unknown color: approx Mantis. HEX triplet: 7D, C7 and 4F. RGB value is (125,199,79). Sum of RGB (Red+Green+Blue) = 125+199+79=403 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.02% from 403); Green value is 199 (78.12% from 255 or 49.38% from 403); Blue value is 79 (31.25% from 255 or 19.60% from 403); Max value from RGB is 199 - color contains mainly: green. Hex color #7DC74F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC74F is #8238B0. Grayscale: #A3A3A3. Windows color (decimal): -8534193 or 5228413. OLE color: 5228413.

HSL color Cylindrical-coordinate representation of color #7DC74F: hue angle of 97º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7DC74F is Cyan = 0.37, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB12519979-
CMYK0.3700.600.22
HSL97º51.72%54.51%-
HSV(B)97º60.3%78.04%-
XYZ30.2945.7714.64-
YUV163.1980.48100.76-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.02%
GREEN value IS 199 (78.12% from 255) = 49.38%
BLUE value IS 79 (31.25% from 255) = 19.60%
R=31.02%
G=49.38%
B=19.60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal125199790.3700.600.229751.7254.51
Hex7DC74F2503C16613437
Octal17530711745074261416467
Binary11111011100011110011111001010111100101101100001110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC74F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,199,79); }

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

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

 a { background-color: rgb(125,199,79); }

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

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

 span { border-color: rgb(125,199,79); }

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