#7DD45C

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

Shades of Mantis #7DD45C

Tints of Mantis #7DD45C

Color information

#7DD45C (or 0x7DD45C) is unknown color: approx Mantis. HEX triplet: 7D, D4 and 5C. RGB value is (125,212,92). Sum of RGB (Red+Green+Blue) = 125+212+92=429 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.14% from 429); Green value is 212 (83.20% from 255 or 49.42% from 429); Blue value is 92 (36.33% from 255 or 21.45% from 429); Max value from RGB is 212 - color contains mainly: green. Hex color #7DD45C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD45C is #822BA3. Grayscale: #ACACAC. Windows color (decimal): -8530852 or 6083709. OLE color: 6083709.

HSL color Cylindrical-coordinate representation of color #7DD45C: hue angle of 103.5º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7DD45C is Cyan = 0.41, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB12521292-
CMYK0.4100.570.17
HSL103.5º58.25%59.61%-
HSV(B)103.5º56.6%83.14%-
XYZ33.9352.2218.42-
YUV172.3182.6894.26-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.14%
GREEN value IS 212 (83.20% from 255) = 49.42%
BLUE value IS 92 (36.33% from 255) = 21.45%
R=29.14%
G=49.42%
B=21.45%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal125212920.4100.570.17103.558.2559.61
Hex7DD45C2903911683a3c
Octal17532413451071211507274
Binary11111011101010010111001010010111001100011101000111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD45C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,212,92); }

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

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

 a { background-color: rgb(125,212,92); }

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

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

 span { border-color: rgb(125,212,92); }

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