#7DC648

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

Shades of Mantis #7DC648

Tints of Mantis #7DC648

Color information

#7DC648 (or 0x7DC648) is unknown color: approx Mantis. HEX triplet: 7D, C6 and 48. RGB value is (125,198,72). Sum of RGB (Red+Green+Blue) = 125+198+72=395 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.65% from 395); Green value is 198 (77.73% from 255 or 50.13% from 395); Blue value is 72 (28.52% from 255 or 18.23% from 395); Max value from RGB is 198 - color contains mainly: green. Hex color #7DC648 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC648 is #8239B7. Grayscale: #A2A2A2. Windows color (decimal): -8534456 or 4769405. OLE color: 4769405.

HSL color Cylindrical-coordinate representation of color #7DC648: hue angle of 94.76º 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 #7DC648 is Cyan = 0.37, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB12519872-
CMYK0.3700.640.22
HSL94.76º52.5%52.94%-
HSV(B)94.76º63.64%77.65%-
XYZ29.8245.2213.29-
YUV161.8177.32101.75-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.65%
GREEN value IS 198 (77.73% from 255) = 50.13%
BLUE value IS 72 (28.52% from 255) = 18.23%
R=31.65%
G=50.13%
B=18.23%

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
Decimal125198720.3700.640.2294.7652.552.94
Hex7DC64825040165f3535
Octal175306110450100261376565
Binary111110111000110100100010010101000000101101011111110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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