#7DC370

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

Shades of Mantis #7DC370

Tints of Mantis #7DC370

Color information

#7DC370 (or 0x7DC370) is unknown color: approx Mantis. HEX triplet: 7D, C3 and 70. RGB value is (125,195,112). Sum of RGB (Red+Green+Blue) = 125+195+112=432 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.94% from 432); Green value is 195 (76.56% from 255 or 45.14% from 432); Blue value is 112 (44.14% from 255 or 25.93% from 432); Max value from RGB is 195 - color contains mainly: green. Hex color #7DC370 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC370 is #823C8F. Grayscale: #A4A4A4. Windows color (decimal): -8535184 or 7390077. OLE color: 7390077.

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

Color convert

RGB125195112-
CMYK0.3600.430.24
HSL110.6º40.89%60.2%-
HSV(B)110.6º42.56%76.47%-
XYZ30.944.5622.3-
YUV164.6198.3199.75-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.94%
GREEN value IS 195 (76.56% from 255) = 45.14%
BLUE value IS 112 (44.14% from 255) = 25.93%
R=28.94%
G=45.14%
B=25.93%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1251951120.3600.430.24110.640.8960.2
Hex7DC3702402B186f293c
Octal17530316044053301575174
Binary11111011100001111100001001000101011110001101111101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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