#7dc14c

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

Shades of Mantis #7DC14C

Tints of Mantis #7DC14C

Color information

#7DC14C (or 0x7DC14C) is unknown color: approx Mantis. HEX triplet: 7D, C1 and 4C. RGB value is (125,193,76). Sum of RGB (Red+Green+Blue) = 125+193+76=394 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.73% from 394); Green value is 193 (75.78% from 255 or 48.98% from 394); Blue value is 76 (30.08% from 255 or 19.29% from 394); Max value from RGB is 193 - color contains mainly: green. Hex color #7DC14C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC14C is #823EB3. Grayscale: #9F9F9F. Windows color (decimal): -8535732 or 5030269. OLE color: 5030269.

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

Color convert

RGB12519376-
CMYK0.3500.610.24
HSL94.87º48.55%52.75%-
HSV(B)94.87º60.62%75.69%-
XYZ28.8343.0213.62-
YUV159.3380.97103.51-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.73%
GREEN value IS 193 (75.78% from 255) = 48.98%
BLUE value IS 76 (30.08% from 255) = 19.29%
R=31.73%
G=48.98%
B=19.29%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal125193760.3500.610.2494.8748.5552.75
Hex7DC14C2303D185f3135
Octal17530111443075301376165
Binary11111011100000110011001000110111101110001011111110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7dc14c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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