#7DDA5D

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

Shades of Mantis #7DDA5D

Tints of Mantis #7DDA5D

Color information

#7DDA5D (or 0x7DDA5D) is unknown color: approx Mantis. HEX triplet: 7D, DA and 5D. RGB value is (125,218,93). Sum of RGB (Red+Green+Blue) = 125+218+93=436 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.67% from 436); Green value is 218 (85.55% from 255 or 50% from 436); Blue value is 93 (36.72% from 255 or 21.33% from 436); Max value from RGB is 218 - color contains mainly: green. Hex color #7DDA5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDA5D is #8225A2. Grayscale: #B0B0B0. Windows color (decimal): -8529315 or 6150781. OLE color: 6150781.

HSL color Cylindrical-coordinate representation of color #7DDA5D: hue angle of 104.64º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7DDA5D is Cyan = 0.43, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB12521893-
CMYK0.4300.570.15
HSL104.64º62.81%60.98%-
HSV(B)104.64º57.34%85.49%-
XYZ35.555.2919.16-
YUV175.9481.1991.66-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.67%
GREEN value IS 218 (85.55% from 255) = 50%
BLUE value IS 93 (36.72% from 255) = 21.33%
R=28.67%
G=50%
B=21.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal125218930.4300.570.15104.6462.8160.98
Hex7DDA5D2B039F693f3d
Octal17533213553071171517775
Binary1111101110110101011101101011011100111111101001111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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