#7DBC50

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

Shades of Mantis #7DBC50

Tints of Mantis #7DBC50

Color information

#7DBC50 (or 0x7DBC50) is unknown color: approx Mantis. HEX triplet: 7D, BC and 50. RGB value is (125,188,80). Sum of RGB (Red+Green+Blue) = 125+188+80=393 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.81% from 393); Green value is 188 (73.83% from 255 or 47.84% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 188 - color contains mainly: green. Hex color #7DBC50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBC50 is #8243AF. Grayscale: #9D9D9D. Windows color (decimal): -8537008 or 5291133. OLE color: 5291133.

HSL color Cylindrical-coordinate representation of color #7DBC50: hue angle of 95º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7DBC50 is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB12518880-
CMYK0.3400.570.26
HSL95º44.63%52.55%-
HSV(B)95º57.45%73.73%-
XYZ27.8940.9114.02-
YUV156.8584.63105.28-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.81%
GREEN value IS 188 (73.83% from 255) = 47.84%
BLUE value IS 80 (31.64% from 255) = 20.36%
R=31.81%
G=47.84%
B=20.36%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal125188800.3400.570.269544.6352.55
Hex7DBC50220391A5f2d35
Octal17527412042071321375565
Binary11111011011110010100001000100111001110101011111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBC50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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