#7DBE56

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

Shades of Mantis #7DBE56

Tints of Mantis #7DBE56

Color information

#7DBE56 (or 0x7DBE56) is unknown color: approx Mantis. HEX triplet: 7D, BE and 56. RGB value is (125,190,86). Sum of RGB (Red+Green+Blue) = 125+190+86=401 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.17% from 401); Green value is 190 (74.61% from 255 or 47.38% from 401); Blue value is 86 (33.98% from 255 or 21.45% from 401); Max value from RGB is 190 - color contains mainly: green. Hex color #7DBE56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBE56 is #8241A9. Grayscale: #9F9F9F. Windows color (decimal): -8536490 or 5684861. OLE color: 5684861.

HSL color Cylindrical-coordinate representation of color #7DBE56: hue angle of 97.5º degrees, saturation: 0.44, 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 #7DBE56 is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB12519086-
CMYK0.3400.550.25
HSL97.5º44.44%54.12%-
HSV(B)97.5º54.74%74.51%-
XYZ28.5541.8615.38-
YUV158.7186.97103.96-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.17%
GREEN value IS 190 (74.61% from 255) = 47.38%
BLUE value IS 86 (33.98% from 255) = 21.45%
R=31.17%
G=47.38%
B=21.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal125190860.3400.550.2597.544.4454.12
Hex7DBE562203719622c36
Octal17527612642067311425466
Binary11111011011111010101101000100110111110011100010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBE56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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