#7DDA4B

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

Shades of Mantis #7DDA4B

Tints of Mantis #7DDA4B

Color information

#7DDA4B (or 0x7DDA4B) is unknown color: approx Mantis. HEX triplet: 7D, DA and 4B. RGB value is (125,218,75). Sum of RGB (Red+Green+Blue) = 125+218+75=418 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.90% from 418); Green value is 218 (85.55% from 255 or 52.15% from 418); Blue value is 75 (29.69% from 255 or 17.94% from 418); Max value from RGB is 218 - color contains mainly: green. Hex color #7DDA4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DDA4B is #8225B4. Grayscale: #AEAEAE. Windows color (decimal): -8529333 or 4971133. OLE color: 4971133.

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

Color convert

RGB12521875-
CMYK0.4300.660.15
HSL99.02º65.9%57.45%-
HSV(B)99.02º65.6%85.49%-
XYZ34.855.0115.44-
YUV173.8972.1993.13-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.90%
GREEN value IS 218 (85.55% from 255) = 52.15%
BLUE value IS 75 (29.69% from 255) = 17.94%
R=29.90%
G=52.15%
B=17.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal125218750.4300.660.1599.0265.957.45
Hex7DDA4B2B042F634239
Octal1753321135301021714310271
Binary111110111011010100101110101101000010111111000111000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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