#7DBB5D

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

Shades of Mantis #7DBB5D

Tints of Mantis #7DBB5D

Color information

#7DBB5D (or 0x7DBB5D) is unknown color: approx Mantis. HEX triplet: 7D, BB and 5D. RGB value is (125,187,93). Sum of RGB (Red+Green+Blue) = 125+187+93=405 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.86% from 405); Green value is 187 (73.44% from 255 or 46.17% from 405); Blue value is 93 (36.72% from 255 or 22.96% from 405); Max value from RGB is 187 - color contains mainly: green. Hex color #7DBB5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBB5D is #8244A2. Grayscale: #9E9E9E. Windows color (decimal): -8537251 or 6142845. OLE color: 6142845.

HSL color Cylindrical-coordinate representation of color #7DBB5D: hue angle of 99.57º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DBB5D is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB12518793-
CMYK0.3300.500.27
HSL99.57º40.87%54.9%-
HSV(B)99.57º50.27%73.33%-
XYZ28.240.6916.72-
YUV157.7591.46104.64-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.86%
GREEN value IS 187 (73.44% from 255) = 46.17%
BLUE value IS 93 (36.72% from 255) = 22.96%
R=30.86%
G=46.17%
B=22.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal125187930.3300.500.2799.5740.8754.9
Hex7DBB5D210321B642937
Octal17527313541062331445167
Binary11111011011101110111011000010110010110111100100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,187,93); }

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

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

 a { background-color: rgb(125,187,93); }

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

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

 span { border-color: rgb(125,187,93); }

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