#7DC66F

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

Shades of Mantis #7DC66F

Tints of Mantis #7DC66F

Color information

#7DC66F (or 0x7DC66F) is unknown color: approx Mantis. HEX triplet: 7D, C6 and 6F. RGB value is (125,198,111). Sum of RGB (Red+Green+Blue) = 125+198+111=434 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.80% from 434); Green value is 198 (77.73% from 255 or 45.62% from 434); Blue value is 111 (43.75% from 255 or 25.58% from 434); Max value from RGB is 198 - color contains mainly: green. Hex color #7DC66F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC66F is #823990. Grayscale: #A6A6A6. Windows color (decimal): -8534417 or 7325309. OLE color: 7325309.

HSL color Cylindrical-coordinate representation of color #7DC66F: hue angle of 110.34º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DC66F is Cyan = 0.37, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB125198111-
CMYK0.3700.440.22
HSL110.34º43.28%60.59%-
HSV(B)110.34º43.94%77.65%-
XYZ31.5245.922.24-
YUV166.2696.8298.57-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.80%
GREEN value IS 198 (77.73% from 255) = 45.62%
BLUE value IS 111 (43.75% from 255) = 25.58%
R=28.80%
G=45.62%
B=25.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1251981110.3700.440.22110.3443.2860.59
Hex7DC66F2502C166e2b3d
Octal17530615745054261565375
Binary11111011100011011011111001010101100101101101110101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,198,111); }

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

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

 a { background-color: rgb(125,198,111); }

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

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

 span { border-color: rgb(125,198,111); }

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