#7DBA45

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

Shades of Mantis #7DBA45

Tints of Mantis #7DBA45

Color information

#7DBA45 (or 0x7DBA45) is unknown color: approx Mantis. HEX triplet: 7D, BA and 45. RGB value is (125,186,69). Sum of RGB (Red+Green+Blue) = 125+186+69=380 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.89% from 380); Green value is 186 (73.05% from 255 or 48.95% from 380); Blue value is 69 (27.34% from 255 or 18.16% from 380); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBA45 is #8245BA. Grayscale: #9A9A9A. Windows color (decimal): -8537531 or 4569725. OLE color: 4569725.

HSL color Cylindrical-coordinate representation of color #7DBA45: hue angle of 91.28º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7DBA45 is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB12518669-
CMYK0.3300.630.27
HSL91.28º45.88%50%-
HSV(B)91.28º62.9%72.94%-
XYZ27.0939.9111.91-
YUV154.4279.79107.01-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.89%
GREEN value IS 186 (73.05% from 255) = 48.95%
BLUE value IS 69 (27.34% from 255) = 18.16%
R=32.89%
G=48.95%
B=18.16%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal125186690.3300.630.2791.2845.8850
Hex7DBA452103F1B5b2e32
Octal17527210541077331335662
Binary11111011011101010001011000010111111110111011011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,186,69); }

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

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

 a { background-color: rgb(125,186,69); }

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

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

 span { border-color: rgb(125,186,69); }

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