#7DDB61

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

Shades of Mantis #7DDB61

Tints of Mantis #7DDB61

Color information

#7DDB61 (or 0x7DDB61) is unknown color: approx Mantis. HEX triplet: 7D, DB and 61. RGB value is (125,219,97). Sum of RGB (Red+Green+Blue) = 125+219+97=441 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.34% from 441); Green value is 219 (85.94% from 255 or 49.66% from 441); Blue value is 97 (38.28% from 255 or 22.00% from 441); Max value from RGB is 219 - color contains mainly: green. Hex color #7DDB61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDB61 is #82249E. Grayscale: #B1B1B1. Windows color (decimal): -8529055 or 6413181. OLE color: 6413181.

HSL color Cylindrical-coordinate representation of color #7DDB61: hue angle of 106.23º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7DDB61 is Cyan = 0.43, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB12521997-
CMYK0.4300.560.14
HSL106.23º62.89%61.96%-
HSV(B)106.23º55.71%85.88%-
XYZ35.9555.8920.2-
YUV176.9982.8690.92-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.34%
GREEN value IS 219 (85.94% from 255) = 49.66%
BLUE value IS 97 (38.28% from 255) = 22.00%
R=28.34%
G=49.66%
B=22.00%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal125219970.4300.560.14106.2362.8961.96
Hex7DDB612B038E6a3f3e
Octal17533314153070161527776
Binary1111101110110111100001101011011100011101101010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,219,97); }

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

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

 a { background-color: rgb(125,219,97); }

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

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

 span { border-color: rgb(125,219,97); }

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