#7DD752

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

Shades of Mantis #7DD752

Tints of Mantis #7DD752

Color information

#7DD752 (or 0x7DD752) is unknown color: approx Mantis. HEX triplet: 7D, D7 and 52. RGB value is (125,215,82). Sum of RGB (Red+Green+Blue) = 125+215+82=422 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.62% from 422); Green value is 215 (84.38% from 255 or 50.95% from 422); Blue value is 82 (32.42% from 255 or 19.43% from 422); Max value from RGB is 215 - color contains mainly: green. Hex color #7DD752 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD752 is #8228AD. Grayscale: #ADADAD. Windows color (decimal): -8530094 or 5429117. OLE color: 5429117.

HSL color Cylindrical-coordinate representation of color #7DD752: hue angle of 100.6º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7DD752 is Cyan = 0.42, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB12521582-
CMYK0.4200.620.16
HSL100.6º62.44%58.24%-
HSV(B)100.6º61.86%84.31%-
XYZ34.2853.5716.52-
YUV172.9376.6893.81-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.62%
GREEN value IS 215 (84.38% from 255) = 50.95%
BLUE value IS 82 (32.42% from 255) = 19.43%
R=29.62%
G=50.95%
B=19.43%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal125215820.4200.620.16100.662.4458.24
Hex7DD7522A03E10653e3a
Octal17532712252076201457672
Binary11111011101011110100101010100111110100001100101111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,215,82); }

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

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

 a { background-color: rgb(125,215,82); }

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

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

 span { border-color: rgb(125,215,82); }

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