#7DC346

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

Shades of Mantis #7DC346

Tints of Mantis #7DC346

Color information

#7DC346 (or 0x7DC346) is unknown color: approx Mantis. HEX triplet: 7D, C3 and 46. RGB value is (125,195,70). Sum of RGB (Red+Green+Blue) = 125+195+70=390 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.05% from 390); Green value is 195 (76.56% from 255 or 50% from 390); Blue value is 70 (27.73% from 255 or 17.95% from 390); Max value from RGB is 195 - color contains mainly: green. Hex color #7DC346 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC346 is #823CB9. Grayscale: #A0A0A0. Windows color (decimal): -8535226 or 4637565. OLE color: 4637565.

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

Color convert

RGB12519570-
CMYK0.3600.640.24
HSL93.6º51.02%51.96%-
HSV(B)93.6º64.1%76.47%-
XYZ29.0843.8312.72-
YUV159.8277.31103.16-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.05%
GREEN value IS 195 (76.56% from 255) = 50%
BLUE value IS 70 (27.73% from 255) = 17.95%
R=32.05%
G=50%
B=17.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal125195700.3600.640.2493.651.0251.96
Hex7DC34624040185e3334
Octal175303106440100301366364
Binary111110111000011100011010010001000000110001011110110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,195,70); }

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

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

 a { background-color: rgb(125,195,70); }

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

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

 span { border-color: rgb(125,195,70); }

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