#7DB955

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

Shades of Mantis #7DB955

Tints of Mantis #7DB955

Color information

#7DB955 (or 0x7DB955) is unknown color: approx Mantis. HEX triplet: 7D, B9 and 55. RGB value is (125,185,85). Sum of RGB (Red+Green+Blue) = 125+185+85=395 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.65% from 395); Green value is 185 (72.66% from 255 or 46.84% from 395); Blue value is 85 (33.59% from 255 or 21.52% from 395); Max value from RGB is 185 - color contains mainly: green. Hex color #7DB955 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB955 is #8246AA. Grayscale: #9B9B9B. Windows color (decimal): -8537771 or 5618045. OLE color: 5618045.

HSL color Cylindrical-coordinate representation of color #7DB955: hue angle of 96º 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 #7DB955 is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB12518585-
CMYK0.3200.540.27
HSL96º41.67%52.94%-
HSV(B)96º54.05%72.55%-
XYZ27.4539.7114.81-
YUV155.6688.12106.13-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.65%
GREEN value IS 185 (72.66% from 255) = 46.84%
BLUE value IS 85 (33.59% from 255) = 21.52%
R=31.65%
G=46.84%
B=21.52%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal125185850.3200.540.279641.6752.94
Hex7DB955200361B602a35
Octal17527112540066331405265
Binary11111011011100110101011000000110110110111100000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,185,85); }

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

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

 a { background-color: rgb(125,185,85); }

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

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

 span { border-color: rgb(125,185,85); }

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