#7DB855

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

Shades of Mantis #7DB855

Tints of Mantis #7DB855

Color information

#7DB855 (or 0x7DB855) is unknown color: approx Mantis. HEX triplet: 7D, B8 and 55. RGB value is (125,184,85). Sum of RGB (Red+Green+Blue) = 125+184+85=394 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.73% from 394); Green value is 184 (72.27% from 255 or 46.70% from 394); Blue value is 85 (33.59% from 255 or 21.57% from 394); Max value from RGB is 184 - color contains mainly: green. Hex color #7DB855 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB855 is #8247AA. Grayscale: #9B9B9B. Windows color (decimal): -8538027 or 5617789. OLE color: 5617789.

HSL color Cylindrical-coordinate representation of color #7DB855: hue angle of 95.76º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7DB855 is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB12518485-
CMYK0.3200.540.28
HSL95.76º41.08%52.75%-
HSV(B)95.76º53.8%72.16%-
XYZ27.2439.314.74-
YUV155.0788.45106.55-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.73%
GREEN value IS 184 (72.27% from 255) = 46.70%
BLUE value IS 85 (33.59% from 255) = 21.57%
R=31.73%
G=46.70%
B=21.57%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal125184850.3200.540.2895.7641.0852.75
Hex7DB855200361C602935
Octal17527012540066341405165
Binary11111011011100010101011000000110110111001100000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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