#7DC748

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

Shades of Mantis #7DC748

Tints of Mantis #7DC748

Color information

#7DC748 (or 0x7DC748) is unknown color: approx Mantis. HEX triplet: 7D, C7 and 48. RGB value is (125,199,72). Sum of RGB (Red+Green+Blue) = 125+199+72=396 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.57% from 396); Green value is 199 (78.12% from 255 or 50.25% from 396); Blue value is 72 (28.52% from 255 or 18.18% from 396); Max value from RGB is 199 - color contains mainly: green. Hex color #7DC748 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC748 is #8238B7. Grayscale: #A2A2A2. Windows color (decimal): -8534200 or 4769661. OLE color: 4769661.

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

Color convert

RGB12519972-
CMYK0.3700.640.22
HSL94.96º53.14%53.14%-
HSV(B)94.96º63.82%78.04%-
XYZ30.0545.6713.36-
YUV162.476.98101.33-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.57%
GREEN value IS 199 (78.12% from 255) = 50.25%
BLUE value IS 72 (28.52% from 255) = 18.18%
R=31.57%
G=50.25%
B=18.18%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal125199720.3700.640.2294.9653.1453.14
Hex7DC74825040165f3535
Octal175307110450100261376565
Binary111110111000111100100010010101000000101101011111110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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