#7DB650

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

Shades of Mantis #7DB650

Tints of Mantis #7DB650

Color information

#7DB650 (or 0x7DB650) is unknown color: approx Mantis. HEX triplet: 7D, B6 and 50. RGB value is (125,182,80). Sum of RGB (Red+Green+Blue) = 125+182+80=387 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.30% from 387); Green value is 182 (71.48% from 255 or 47.03% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 182 - color contains mainly: green. Hex color #7DB650 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB650 is #8249AF. Grayscale: #999999. Windows color (decimal): -8538544 or 5289597. OLE color: 5289597.

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

Color convert

RGB12518280-
CMYK0.3100.560.29
HSL93.53º41.13%51.37%-
HSV(B)93.53º56.04%71.37%-
XYZ26.6338.413.6-
YUV153.3386.62107.79-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.30%
GREEN value IS 182 (71.48% from 255) = 47.03%
BLUE value IS 80 (31.64% from 255) = 20.67%
R=32.30%
G=47.03%
B=20.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal125182800.3100.560.2993.5341.1351.37
Hex7DB6501F0381D5e2933
Octal17526612037070351365163
Binary1111101101101101010000111110111000111011011110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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