#7DBF5E

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

Shades of Mantis #7DBF5E

Tints of Mantis #7DBF5E

Color information

#7DBF5E (or 0x7DBF5E) is unknown color: approx Mantis. HEX triplet: 7D, BF and 5E. RGB value is (125,191,94). Sum of RGB (Red+Green+Blue) = 125+191+94=410 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.49% from 410); Green value is 191 (75% from 255 or 46.59% from 410); Blue value is 94 (37.11% from 255 or 22.93% from 410); Max value from RGB is 191 - color contains mainly: green. Hex color #7DBF5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBF5E is #8240A1. Grayscale: #A0A0A0. Windows color (decimal): -8536226 or 6209405. OLE color: 6209405.

HSL color Cylindrical-coordinate representation of color #7DBF5E: hue angle of 100.82º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DBF5E is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB12519194-
CMYK0.3500.510.25
HSL100.82º43.11%55.88%-
HSV(B)100.82º50.79%74.9%-
XYZ29.1142.4317.25-
YUV160.2190.63102.89-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.49%
GREEN value IS 191 (75% from 255) = 46.59%
BLUE value IS 94 (37.11% from 255) = 22.93%
R=30.49%
G=46.59%
B=22.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal125191940.3500.510.25100.8243.1155.88
Hex7DBF5E2303319652b38
Octal17527713643063311455370
Binary11111011011111110111101000110110011110011100101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,191,94); }

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

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

 a { background-color: rgb(125,191,94); }

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

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

 span { border-color: rgb(125,191,94); }

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