#7DBF56

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

Shades of Mantis #7DBF56

Tints of Mantis #7DBF56

Color information

#7DBF56 (or 0x7DBF56) is unknown color: approx Mantis. HEX triplet: 7D, BF and 56. RGB value is (125,191,86). Sum of RGB (Red+Green+Blue) = 125+191+86=402 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.09% from 402); Green value is 191 (75% from 255 or 47.51% from 402); Blue value is 86 (33.98% from 255 or 21.39% from 402); Max value from RGB is 191 - color contains mainly: green. Hex color #7DBF56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBF56 is #8240A9. Grayscale: #9F9F9F. Windows color (decimal): -8536234 or 5685117. OLE color: 5685117.

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

Color convert

RGB12519186-
CMYK0.3500.550.25
HSL97.71º45.06%54.31%-
HSV(B)97.71º54.97%74.9%-
XYZ28.7742.2915.45-
YUV159.386.63103.54-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.09%
GREEN value IS 191 (75% from 255) = 47.51%
BLUE value IS 86 (33.98% from 255) = 21.39%
R=31.09%
G=47.51%
B=21.39%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal125191860.3500.550.2597.7145.0654.31
Hex7DBF562303719622d36
Octal17527712643067311425566
Binary11111011011111110101101000110110111110011100010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBF56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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