#7DBA56

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

Shades of Mantis #7DBA56

Tints of Mantis #7DBA56

Color information

#7DBA56 (or 0x7DBA56) is unknown color: approx Mantis. HEX triplet: 7D, BA and 56. RGB value is (125,186,86). Sum of RGB (Red+Green+Blue) = 125+186+86=397 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.49% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 86 (33.98% from 255 or 21.66% from 397); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBA56 is #8245A9. Grayscale: #9C9C9C. Windows color (decimal): -8537514 or 5683837. OLE color: 5683837.

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

Color convert

RGB12518686-
CMYK0.3300.540.27
HSL96.6º42.02%53.33%-
HSV(B)96.6º53.76%72.94%-
XYZ27.740.1515.09-
YUV156.3688.29105.63-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.49%
GREEN value IS 186 (73.05% from 255) = 46.85%
BLUE value IS 86 (33.98% from 255) = 21.66%
R=31.49%
G=46.85%
B=21.66%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal125186860.3300.540.2796.642.0253.33
Hex7DBA56210361B612a35
Octal17527212641066331415265
Binary11111011011101010101101000010110110110111100001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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