#7DB55B

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

Shades of Mantis #7DB55B

Tints of Mantis #7DB55B

Color information

#7DB55B (or 0x7DB55B) is unknown color: approx Mantis. HEX triplet: 7D, B5 and 5B. RGB value is (125,181,91). Sum of RGB (Red+Green+Blue) = 125+181+91=397 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.49% from 397); Green value is 181 (71.09% from 255 or 45.59% from 397); Blue value is 91 (35.94% from 255 or 22.92% from 397); Max value from RGB is 181 - color contains mainly: green. Hex color #7DB55B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB55B is #824AA4. Grayscale: #9A9A9A. Windows color (decimal): -8538789 or 6010237. OLE color: 6010237.

HSL color Cylindrical-coordinate representation of color #7DB55B: hue angle of 97.33º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DB55B is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB12518191-
CMYK0.3100.500.29
HSL97.33º37.82%53.33%-
HSV(B)97.33º49.72%70.98%-
XYZ26.8738.1615.85-
YUV15492.45107.32-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.49%
GREEN value IS 181 (71.09% from 255) = 45.59%
BLUE value IS 91 (35.94% from 255) = 22.92%
R=31.49%
G=45.59%
B=22.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal125181910.3100.500.2997.3337.8253.33
Hex7DB55B1F0321D612635
Octal17526513337062351414665
Binary1111101101101011011011111110110010111011100001100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB55B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,181,91); }

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

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

 a { background-color: rgb(125,181,91); }

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

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

 span { border-color: rgb(125,181,91); }

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