#7DBB45

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

Shades of Mantis #7DBB45

Tints of Mantis #7DBB45

Color information

#7DBB45 (or 0x7DBB45) is unknown color: approx Mantis. HEX triplet: 7D, BB and 45. RGB value is (125,187,69). Sum of RGB (Red+Green+Blue) = 125+187+69=381 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.81% from 381); Green value is 187 (73.44% from 255 or 49.08% from 381); Blue value is 69 (27.34% from 255 or 18.11% from 381); Max value from RGB is 187 - color contains mainly: green. Hex color #7DBB45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBB45 is #8244BA. Grayscale: #9B9B9B. Windows color (decimal): -8537275 or 4569981. OLE color: 4569981.

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

Color convert

RGB12518769-
CMYK0.3300.630.27
HSL91.53º46.46%50.2%-
HSV(B)91.53º63.1%73.33%-
XYZ27.340.3311.98-
YUV155.0179.46106.59-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.81%
GREEN value IS 187 (73.44% from 255) = 49.08%
BLUE value IS 69 (27.34% from 255) = 18.11%
R=32.81%
G=49.08%
B=18.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal125187690.3300.630.2791.5346.4650.2
Hex7DBB452103F1B5c2e32
Octal17527310541077331345662
Binary11111011011101110001011000010111111110111011100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBB45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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