#7DD161

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

Shades of Mantis #7DD161

Tints of Mantis #7DD161

Color information

#7DD161 (or 0x7DD161) is unknown color: approx Mantis. HEX triplet: 7D, D1 and 61. RGB value is (125,209,97). Sum of RGB (Red+Green+Blue) = 125+209+97=431 (57% of max value = 765). Red value is 125 (49.22% from 255 or 29.00% from 431); Green value is 209 (82.03% from 255 or 48.49% from 431); Blue value is 97 (38.28% from 255 or 22.51% from 431); Max value from RGB is 209 - color contains mainly: green. Hex color #7DD161 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD161 is #822E9E. Grayscale: #ABABAB. Windows color (decimal): -8531615 or 6410621. OLE color: 6410621.

HSL color Cylindrical-coordinate representation of color #7DD161: hue angle of 105º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7DD161 is Cyan = 0.40, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB12520997-
CMYK0.4000.540.18
HSL105º54.9%60%-
HSV(B)105º53.59%81.96%-
XYZ33.4250.8219.36-
YUV171.1286.1795.11-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.00%
GREEN value IS 209 (82.03% from 255) = 48.49%
BLUE value IS 97 (38.28% from 255) = 22.51%
R=29.00%
G=48.49%
B=22.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal125209970.4000.540.1810554.960
Hex7DD161280361269373c
Octal17532114150066221516774
Binary11111011101000111000011010000110110100101101001110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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