#7DB64C

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

Shades of Mantis #7DB64C

Tints of Mantis #7DB64C

Color information

#7DB64C (or 0x7DB64C) is unknown color: approx Mantis. HEX triplet: 7D, B6 and 4C. RGB value is (125,182,76). Sum of RGB (Red+Green+Blue) = 125+182+76=383 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.64% from 383); Green value is 182 (71.48% from 255 or 47.52% from 383); Blue value is 76 (30.08% from 255 or 19.84% from 383); Max value from RGB is 182 - color contains mainly: green. Hex color #7DB64C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB64C is #8249B3. Grayscale: #999999. Windows color (decimal): -8538548 or 5027453. OLE color: 5027453.

HSL color Cylindrical-coordinate representation of color #7DB64C: hue angle of 92.26º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7DB64C is Cyan = 0.31, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB12518276-
CMYK0.3100.580.29
HSL92.26º42.06%50.59%-
HSV(B)92.26º58.24%71.37%-
XYZ26.4938.3412.84-
YUV152.8784.62108.12-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.64%
GREEN value IS 182 (71.48% from 255) = 47.52%
BLUE value IS 76 (30.08% from 255) = 19.84%
R=32.64%
G=47.52%
B=19.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal125182760.3100.580.2992.2642.0650.59
Hex7DB64C1F03A1D5c2a33
Octal17526611437072351345263
Binary1111101101101101001100111110111010111011011100101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB64C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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